Learning Entity Framework (Day 2): Code First Approach and Code First Migrations in Entity Framework
Introduction The intent of this article is to explain the code first approach and code first migrations that Microsoft’s Entity
A Practical Approach
.Net related articles
Introduction The intent of this article is to explain the code first approach and code first migrations that Microsoft’s Entity
Introduction The intent of this article is to explain the three data access approaches that Microsoft’s Entity Framework provides. There
#FreeBook Introduction: In this book, you will learn about the basics of Entity Framework and the three data access approaches that
This article will not be very theoretical, but would be more of a tutorial to showcase the existing problems with tightly coupled applications, how to make the application loosely coupled and achieve inversion of control via dependency injection.
Introduction In this series on learning singleton pattern, we learned lazy initialization and eager initialization with practical examples. We also
Introduction In the previous article on learning singleton pattern, we discussed what is singleton design pattern, when is it needed and what
Introduction I always wanted to write on Singleton design pattern in C#. Though there already are many posts available on
I am glad and proud to share that one more time I got this prestigious Microsoft MVP award. It is
Introduction This article of the series “Web API with ASP.NET Core” will focus on topics like serializer strings and content
Introduction This article of the series “Web API with ASP.NET Core” will focus on topics like returning HTTP Status Codes