Create Stripe webhooks receiver
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I…
All technologies, only pure source code
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I…
Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or…
How manipulating CSV files in the internet era? Comma Separated Files (CSV) are text files that contain multiple records with…
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.
.NET is the most loved platform! It’s won most loved platform 3 years in a row in the annual StackOverflow…
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…
Factory method in C# Core offering great flexibility in creating different objects. The Abstract class may provide a default object
How to connect a web application to PowerBI to give users a unique experience across a website using the PowerBI…
Test Driven Development (TDD) helps you to validate your code but something you need to check some result from a…
Adding Swagger to your Web API project does not replace ASP.NET Web API help pages. Or maybe yes? Here how…
Beat challenge 1 (download the game, change the code) here. Then beat challenge 2. First...
Today marks the 15th anniversary since .NET debuted to the world. On February 13th, 2002,...
Recently at Connect(), Microsoft made a slew of new announcements. First, the public availability of...
I recently needed to to implement a shortest-path algorithm (to identify preferred domain controllers using...
public class Size { public string Name { get; set; } public int Height {...
In my previous post I spoke about key layers of distributed applications. Now we will...
Every application that is going to be used by end users should be designed appropriately...
Often you copy from a site some code but it has line numbers and you...
Some people asked me the different between those two following code: Code 1 try {...
Very often I found this problem and now I got a solution! I’ve compared some...
I found a simple code to know the execution time of a method. First of...
Implement the inversion of control pattern is linked with the Dependency Injection Principle states. Here we analyse a simple implementation
If the HTML file is in Solution Explorer, then right-click and select “Open With”. Otherwise...
Open the Package Manager Console and use the Update-Package cmd-let to update all packages. If...