Author: Nabeel Farooqui
-
Trying Out the Ardalis Clean Architecture .NET 9 Template
As someone who is relatively new to the whole clean architecture thing, I decided to try out the latest template by Ardalis. You can find it here: https://github.com/ardalis/CleanArchitecture Here’s the folder structure you get if you download the whole repo as a zip and extract it. Running the Project In order to run the project,… Read more
-
Classes, Records, Structs, and Record Structs in C# | Let’s Solve the Mystery
Types are the building blocks in any programming language. C# is no different. Over the years, it has accumulated a variety of different types that a programmer can use to accomplish their goal. However, knowing what to use and when is essential if you really want to efficiently use the tools that are available to… Read more