Articles and tutorials
everything I learn while building with .NET
This is where I write about what I learn while working with .NET, ASP.NET Core, EF Core, Docker, AWS, and Claude Code. I explain each topic step by step, and most articles come with source code on GitHub that you can clone and run yourself.
173 articles · browse by category
page 15
169–173 of 173-
dotnetRepository Pattern in ASP.NET Core - Ultimate Guide
In this extensive guide, we will go through everything you will need to know about Repository Pattern in ASP.NET Core, Generic Repository Patterns, Unit of Work and related topics. We will build a project right from scratch where we implement a clean architecture to access data.
Jun 28, 2020 · 16 min read → -
dotnetHow to Integrate AdminLTE with ASP.NET Core? Detailed
In this article, we will learn about Integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from scratch. We will also go through about integrating Identity Authentication to our MVC Applicaiton. Also, you will gain quite a lot of practical knowledge on Views, Layouts, Partial Views, Conditional Rendering, Navigation Indicatior and much more.
Jun 21, 2020 · 19 min read → -
dotnetOnion Architecture In ASP.NET Core With CQRS - Detailed
In this article, We will talk about Onion Architecture In ASP.NET Core and its advantages. We will also together build a WebApi that follows a variant of Onion Architecture so that we get to see why it is important to implement such an architecture in your upcoming projects.
Jun 18, 2020 · 19 min read → -
dotnetHow to Implement Blazor CRUD using Entity Framework Core? Detailed Demonstration
Let's build a Client-side Blazor CRUD Application that uses Entity Framework Core as it's Data Access Layer. In our previous articles, we discussed Blazor basics and it's folder structures.
Jun 4, 2020 · 13 min read → -
dotnetHow to Install Visual Studio 2019 Community – The Best IDE for C#
In this article, I will show you how to install Visual Studio 2019 Community on to your machine to kickstart your development journey.
May 31, 2020 · 6 min read →