Why data encryption is so important
Here why data encryption is so important to secure and encode data and uses encryption or security keys to make…
Configure CORS in API Management
I will show you how to configure CORS in the API Management Service in Azure and avoid the mistake I…
Working with Blazor’s component model
Welcome to Working with Blazor’s component model” post! In this new post I’ll build a...
Setting up a Blazor WebAssembly application
Setting up a Blazor WebAssembly application creates a new solution for a simple project to explore components and interactions with…
How to use an Azure API Management Service
API Management creates consistent and modern API gateways for existing back-end. How to use an Azure API Management Service in…
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…
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
How adding an UI built in Blazor
I want to show you how adding an UI built in Blazor using the API we have created in the…
How testing the Application code
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
Adding an API using ASP.NET Core is the subject of this new post related to explain how to implement a…
Creating the Infrastructure project
We will be on creating the Infrastructure project following clean architecture. We are going to bring in another layer: the…
Adding validation using Fluent Validation
Adding validation using Fluent Validation is a method to decoupled rules and models and also write multiple rule-sets against the…
Introducing CQRS in the architecture
Introducing CQRS (Command and Query Responsibility Segregation) for a clean architecture project in ASP.NET Core. A brief guide with source…
Setting up the application ASP.NET Core
I'm going to explain how setting up the application for ASP.NET Core with clean architecture from a blank project to…
Microsoft Presenter Coach for PowerPoint
Microsoft Presenter Coach for PowerPoint can now help you practice presentations almost anywhere — no humans required
Creating .NET Core API with versioning
A versioning allows clients to continue using the existing REST API and migrate their applications to the newer API when…
Datatables in ASP.NET Core Server-Side
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
Factory method in C# Core offering great flexibility in creating different objects. The Abstract class may provide a default object
UITest with C# and Selenium Grid
Sometimes we don't know from how to start testing our UI. Here I explain how to write UI Test with…
New View Components in AdminLTE project
I continue to add more features and in particular new view components in AdminLTE project built with ASP.NET Core
Authentication in ShinyProxy with IdentityServer
In this post I explain how to use the authentication in ShinyProxy with IdentityServer and set up roles for each…
How to Avoid a Climate Disaster: the book
Last October, I announced the release in February of the new Bill Gates' book "How to avoid a climate disaster".…
Customize your pipeline in Azure DevOps
In this post I show how to customize your pipeline and other external files in Azure DevOps using variables from…
