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

Database migration for .Net Core projects

You can find my all .Net core posts here. I am adding new post after a long break because I recently joined a new company AttachingIt. It is an awesome security related company and now-on wards I am going to work on this awesome product. In this post, I will explain how to do the Database migration for … Continue reading Database migration for .Net Core projects

Use DbContextPooling to improve the performance: .Net Core feature

You can find all .Net core posts here. I have seen many awesome and new features sailed with ASP .Net Core 2.1. I have written a post for ASP Net Core 2.1 features which you can find here. In this post, we will see one awesome EF Core 2.1 feature which is DBContext pooling. There is not … Continue reading Use DbContextPooling to improve the performance: .Net Core feature