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