Replacing Swagger with Scalar in ASP.NET Core
In this post, I show how replacing Swagger with Scalar in ASP.NET Core and NET10. Scalar is a UI that…
In this post, I show how replacing Swagger with Scalar in ASP.NET Core and NET10. Scalar is a UI that…
A deep dive into the latest OpenAPI and Swagger improvements in ASP.NET Core 10, including Minimal APIs, versioning, Native AOT…
The NuGet package WebApiDocumentator is an alternative to Swagger and the design is simple and more useful for developers and…
Uploading files in ASP.NET Core is largely the same as standard full framework MVC but now we can stream large…
Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand…
I want to explain how architecting ASP.NET Core applications for enterprise projects based on clean architecture principles
If you work with Visual Studio 2015 and WebAPI, this short post is for you!...
In the two previous post I discussed about the first step to creare this application...
In my previsious post I discussed the first implementation of this application. In this post...
In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015...
You might have missed to register your Interface and class (which implements that inteface) registration...
I have written the following DateDiff() function in C#. VB.NET users already had it using...
A common mistake in app development is not setting the correct reuseIdentifier for UITableViewCells, for...