Getting started with C# and Blazor
Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand…
All technologies, only pure source code
Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand…
In this post will be on improving on the application's behaviour following clean architecture handling errors, adding logging, authenticating users
I want to show you how adding an UI built in Blazor using the API we have created in the…
In testing the application code I'm going to be showing you how we can effectively test the different parts we've…
Adding an API using ASP.NET Core is the subject of this new post related to explain how to implement a…
I want to explain how architecting ASP.NET Core applications for enterprise projects based on clean architecture principles
I'm going to explain how setting up the application for ASP.NET Core with clean architecture from a blank project to…
Introducing CQRS (Command and Query Responsibility Segregation) for a clean architecture project in ASP.NET Core. A brief guide with source…
Adding validation using Fluent Validation is a method to decoupled rules and models and also write multiple rule-sets against the…
We will be on creating the Infrastructure project following clean architecture. We are going to bring in another layer: the…
A versioning allows clients to continue using the existing REST API and migrate their applications to the newer API when…
We will learn how to use Datatables in ASP.NET Core with Server-Side Processing with a simple real-world implementation to understand…
Factory method in C# Core offering great flexibility in creating different objects. The Abstract class may provide a default object
Sometimes we don't know from how to start testing our UI. Here I explain how to write UI Test with…
I continue to add more features and in particular new view components in AdminLTE project built with ASP.NET Core
In this post, I want to show how creating View Components in ASP.NET Core is simple and powerful and allows…
In this post I talk about the integration with external providers in the AdminLTE project such as Microsoft, Facebook, Google…
How to run a website built with ASP.NET Core on a Windows machine with IIS and create a self-certificate to…
I continue to add more features to the integration of AdminLTE with Identity and IdentityServer in AdminLTE in an ASP.NET…
Wouldn't it be nice if the database gets created automatically on the EF Core model your created? To that end…
How to implement an efficient audit system with Entity Framework Core? In this post I explain what to do and…
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…
I explain how to Protect static files with ASP.NET Core Razor Pages and IdentityServer 4. Working with almost every extensions
In this post, I’m going to explain how to create a pipeline and a release...