Interfaces In C# 8.0

As we all know C# 8.0 was released a few days back which has come up with the many exciting features along with this release of C# there are significant amount of changes in interfaces have also been happened so with this article let’s try to explore the new feature and try to learn how … Continue reading Interfaces In C# 8.0

Advertisement

First look of Entity Framework Core 3.0

Hello everyone, January is always special for me because I started writing blog posts in January 2014 and my first post just completed 5 years which is here. Now coming back to the current post, We have already seen some early look of Asp .Net Core 3.0 here, now let us see a quick look … Continue reading First look of Entity Framework Core 3.0

C# 8.0 Expected Features Part – IV : Something new for Indexes and ranges

In my previous post, I have explained about one of the features of C# 8.0 which is Switch expression. Have a look here for other features of C# 8.0. In this post, I will explain one more future feature which is called Ranges. This feature creates 2 new objects, one is System.Index and another is System.Range and we can … Continue reading C# 8.0 Expected Features Part – IV : Something new for Indexes and ranges

C# 8.0 Expected Features Part – III : Switch Expressions

C# 8.0 is coming soon and we have already seen some amazing features lined up for C# 8. Have a look here for some features of C# 8. Pattern matching Pattern matching has already been introduced with C# 7.1 and I have written an article on the same which you can find here. .Net team has … Continue reading C# 8.0 Expected Features Part – III : Switch Expressions

ASP .Net Core 2.1 features: Part I

You can find my all .Net core posts here. In this post, we will see the features of Asp .Net Core 2.1 SignalR SignalR is coming into the .Net Core. I have already written a post on how to use SignalR in Net Core which is here but as some of the changes are going on … Continue reading ASP .Net Core 2.1 features: Part I

C# 8.0 Expected Features Part – II : Implementation of method in the Interface

In my previous post, I have explained about one of the first four features of C# 8.0 which has been announced by Microsoft recently. In this post, I will explain one more future feature which is Default Interface Methods. This feature will allow interfaces to fully define methods just like abstract classes. However,  interfaces will … Continue reading C# 8.0 Expected Features Part – II : Implementation of method in the Interface

Async Streams : C# 8.0 expected features Part – I

We all know that Microsoft always delivers awesome features in all the releases and they are already planning for the features of C# 8.0 As per a video on Channel 9, Mads Torgersen has explained about the possible features of C# 8.0 There are possibly 4 features till now which are as below: Nullable reference … Continue reading Async Streams : C# 8.0 expected features Part – I