If you create APIs, you can face that same Methods not Allowed in with ASP.NET Core, NET6 or NET7. The WebDAVModule set...
ASP.NET
In this post, I show how to keep secrets out of your source code in Visual Studio from version 2019...
In this new post, I'll show you how to add security header to our website to be ready for a...
This post is about implementing handling file uploads in OpenAPI with ASP.NET Core. Open API is one way to document...
Uploading files in ASPNET Core is largely the same as standard full framework MVC, but now we can stream large...
Following my previous post of How adding an UI built in Blazor, my focus in this last post will be...
In this post, I want to explain how adding an UI build in Blazor in our ASP.NET Core applications based...
Following my previous post of Adding an API using ASP.NET Core, my focus in this post will be on testing...
Following my previous post of Adding Validation using Fluent, my focus in this post will be on Adding an API...
In this post, I want to explain how to architecting ASP.NET Core applications for enterprise projects based on clean architecture...
Following my previous post of Architecting ASP.NET Core applications, in this post I'm going to explain how setting up the...
Following my previous post of Setting up the application core, in this post I'm going introducing CQRS in the architecture...
Following my previous post of Introducing CQRS in the architecture, in this post I'm going adding validation using Fluent Validation...
Following my previous post of Adding Validation using Fluent, my focus in this post will be on creating the Infrastructure...
In this article, we will learn how to use Datatables in ASP.NET Core with Server-Side Processing. We will also be...
In this new post, I continue to add more features and in particular new view components in AdminLTE project built...
In this post, I want to show how to create View Components in ASP.NET Core is simple and powerful and...
In this new post, I continue to add more features to the integration with external providers in AdminLTE project built...
Recently, I have been told to have an ASP.NET Core application on an internal Windows server with IIS. Although, this...
In this new post, I continue to add more features to the integration of AdminLTE with Identity and IdentityServer in...
A multi-tenant application is adept at serving multiple tenants the same code base. In other words, this architecture can serve...
Based on my previous titled "Integrating AdminLTE with ASP.NET Core", I want to add new cool common features for AdminLTE...
In this article, we will learn how integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based...
In this new post I explain how to protect static file with ASP.NET Core and IdentityServer 4 using Razor Pages...
Sometimes, working on the user interface in a digital scenario is frustrating but from today you have a new Microsoft...