In 2007, .NET web application development had a much needed evolution with the introduction of ASP.NET MVC, providing native support for the Model-View-Controller pattern that was becoming
This post shows how to use shared projects or shared assemblies for ASP.NET Core API Controllers or ASP.NET Core Razor Pages. Sometimes shared logic for
In this article, let’s look at how we can setup cookie based authentication in an ASP.NET Core MVC application without using Identity for user management.
Now a days, many applications use third party authentication services. There are various providers which can help you to authenticate and authorize the users. The
Singleton Pattern The Singleton Pattern is probably the most well-known design patterns that came out of Gang of Four’s book Design Patterns: Elements of Reusable
In this blog, I am going to provide a walkthrough on developing REST APIs using ASP.NET Core 3.1, connecting with existing databases using Entity Framework,