Add Security Header our website
In this new post, I'll show you how to add security header to our website to be ready for a…
All technologies, only pure source code
In this new post, I'll show you how to add security header to our website to be ready for a…
In this new post, I give you my code for a simple XML minifier in C#. I know I always…
We have just released a lot of functions for .NET5 in a NuGet package that you can download for free.…
A versioning allows clients to continue using the existing REST API and migrate their applications to the newer API when…
In this post, I want to show how creating View Components in ASP.NET Core is simple and powerful and allows…
I want to add new cool features for AdminLTE with ASP.NET Core. The source code of this template is on…
I explain how integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from…
In a company prospective, what digital transformation is about? In this post I explain my point of view
One of the key features of ASP.NET Core is baked in dependency injection. Whether you...