How to use Fluent Validation in ASP.NET CoreApril 12, 2023Articles, ASP.NET CoreIn this article, let's look at how we can implement Fluent validation in our ASP.NET Core MVC application with an illustrating example.
How to call Stored Procedures in ASP.NET CoreApril 12, 2023Articles, ASP.NET Core1 CommentLet's talk about how we can call Stored Procedures from our ASP.NET Core API using Entity Framework Core with an illustrating example.
Implementing Custom Authentication Scheme and Handler in ASP.NET CoreApril 12, 2023Articles, ASP.NET Core10 CommentsIn this article, let's look at how we can implement our own token authentication scheme and use it with an ASP.NET Core example.
How to use ETag for concurrency in ASP.NET CoreApril 12, 2023Articles, ASP.NET Core1 CommentIn this detailed guide, let's look at how we can detect and prevent mid-air edit collisions using ETag in an ASP.NET Core (.NET 6) Web API.
How to design Clean Architecture in ASP.NET CoreApril 12, 2023Articles, ASP.NET CoreIn this detailed guide, let's understand the basics of a layered monolith and design an application with clean architecture in ASP.NET Core
How to deploy full ASP.NET Core app in DockerApril 12, 2023Articles, Dockern this article, let's build a multi-container full stack application deployed through Docker Compose. We'll develop an Angular application that consum
Using HTTP Verbs for REST APIs made EasyApril 11, 2023ArticlesIn this simple guide, let's understand the importance of HTTP Action Verbs in RESTful architecture and go through each one of them
How to setup NCache Enterprise Cloud in AzureApril 10, 2023Articles, NCacheIn this detailed guide, let's get to know about what is NCache Enterprise Cloud, how do we setup a cluster via Azure and connect to our app.
How to use Claims Transformation in ASP.NET CoreApril 9, 2023Articles, ASP.NET Core2 CommentsIn this article, let's see how we can use IClaimsTransformation to add additional information to user identity with an example in ASP.NET Core.