.NET is the most loved platform
.NET is the most loved platform! It’s won most loved platform 3 years in a row in the annual StackOverflow…
All technologies, only pure source code
.NET is the most loved platform! It’s won most loved platform 3 years in a row in the annual StackOverflow…
The title ”Call API Management from Blazor” is not explain fully what I’m going to...
It is time to start with MAUI. With the Release Candidate from yesterday we can update Visual Studio 2022 Preview…
In this new post, I like to explain how to add security headers to Blazor WebAssembly to follow the recommendations…
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…
I show a simple way for Testing APIs with RestClient in Visual Studio Code. RestClient is a simple extension for…
In this post, I show you how to remote debug live content on an Android device from your Windows, Mac,…
In this new post, I give you my code for a simple XML minifier in C#. I know I always…
Uploading files in ASP.NET Core is largely the same as standard full framework MVC but now we can stream large…
In this new post, I show you how to upload/download files using HttpClient in C#...
In this new post I show you how to install MAUI with Visual Studio 2022 (Preview) after the official release…
I have just released a new DataTable component for Blazor WebAssembly and Blazor Server. The...
We have just released a lot of functions for .NET5 in a NuGet package that you can download for free.…
Today we are going to create our own NuGet package, publish it to Azure DevOps, and then consume it in…
In this new short post, I'll show you how to create a universal PredicateBuilder for Expression in C# to merge…
Microsoft is talking a lot about this new technology and here I will explain how to install MAUI with Visual…
I want to start to use Visual Studio 2022 Preview and create a base Xamarin Forms project integrated with IdentityServer
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…