6 followers
C# / Delphi Developer | JavaScript enthusiastic
Entity Framework Core (EF Core) is a powerful and flexible object-relational mapping (ORM) framework for .NET applications, enabling developers to...
In this article we are going to cover some advance scenarios where Options pattern is very useful. We have covered the basic understanding of Options...
In this article we will learn about Options pattern in ASP.NET Core for dealing with application configurations. The Options pattern uses the C#...
While working with ASP.NET Core web applications, developers often need HttpContext to access the properties associated with request and response. A...
Query interceptor in EF core allows developer to intercept the query before or after the execution. This provides the ability of interception,...
C# types can be divided mainly into two categories: value types and reference types. In this article, we would be having a closer look at these two...