Improving on the application’s behaviour
In this post will be on improving on the application’s behaviour following clean architecture handling errors, adding logging, authenticating users
All technologies, only pure source code
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 other posts in a real application
In testing the application code I’m going to be showing you how we can effectively test the different parts we’ve created in the so far
Adding an API using ASP.NET Core is the subject of this new post related to explain how to implement a project in a clean architecture
We will be on creating the Infrastructure project following clean architecture. We are going to bring in another layer: the infrastructure
Adding validation using Fluent Validation is a method to decoupled rules and models and also write multiple rule-sets against the same models
Introducing CQRS (Command and Query Responsibility Segregation) for a clean architecture project in ASP.NET Core. A brief guide with source code
I’m going to explain how setting up the application for ASP.NET Core with clean architecture from a blank project to complete solution
I want to explain how architecting ASP.NET Core applications for enterprise projects based on clean architecture principles
Microsoft Presenter Coach for PowerPoint can now help you practice presentations almost anywhere — no humans required
A versioning allows clients to continue using the existing REST API and migrate their applications to the newer API when they are ready.
We will learn how to use Datatables in ASP.NET Core with Server-Side Processing with a simple real-world implementation to understand better
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 C#, Selenium and Selenium Grid from scratch
I continue to add more features and in particular new view components in AdminLTE project built with ASP.NET Core