This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
I got a chance to try and play around with NDepend, a popular Code Analysis tool for .NET and here's how I integrated and my thoughts on it.
Simple Differences b/w ViewBag and ViewData in ASP.NET Core
In this brief article, let us discuss the differences between ViewBag and ViewData and how they are used in ASP.NET Core MVC
How to deploy ASP.NET Core Web API to Kubernetes
In this article, we'll discuss about Kubernetes, a popular container orchestration engine and learn how we can deploy an ASP.NET Core Web API to it.
How to do Pagination in ASP.NET Core Web API
In this article, let's look at how we can design an API that uses pagination on its query results using ASP.NET Core and IQueryable over Entity Framework Core
API Versioning in ASP.NET Core with Swagger – Ultimate Guide
In this detailed article, let us explore how we can implement API Versioning in ASP.NET Core and integrate with Swagger UI with detailed example.
How I tested my JWT token params in ASP.NET Core
Say you have to validate a JWT token based on the parameters supplied from an external service that varies for every incoming scheme.
How to work with Startup class in ASP.NET Core
In this article, let's talk in detail about the Startup class and its methods, parameters etc in a typical ASP.NET Core application
How to use JWT Authentication with IOptions in ASP.NET Core
In this article let's look at configuring the JWT bearer authentication header in the service pipeline by injecting a strongly typed configuration class.
How to implement API Versioning in ASP.NET Core
In this article, let's look at how to setup API Versioning and the strategies employed in general and a few issues we encounter on our way.