Notes from the workbench
everything I'm learning about modern .NET.
Tutorials, deep-dives, and field notes on .NET, ASP.NET Core, EF Core, AWS, Docker, and the architecture that holds up in production. Written when I've shipped something or learned something worth sharing.
163 articles · browse by category
page 14
157–163 of 163-
dotnetMicroservice Architecture in ASP.NET Core with API Gateway
Let's go through a popular way of Building Applications - Microservice Architecture in ASP.NET Core. In this detailed article, we will try to understand what really Microservice architecture is. , How does it compare to the traditional way of building applications? And also some advanced concepts like API Gateways with Ocelot, Unifying several Microservices, Health Checks, and much more.
Jul 18, 2020 · 15 min read → -
dotnetDapper in ASP.NET Core with Repository Pattern - Detailed
In this article, we will learn all about Dapper in ASP.NET Core and make a small implementation to understand how it works. Let's not limit it just to Dapper. We will build an application that follows a very simple and clean architecture. In this implementation, we will try to under Repository Pattern and Unit Of Work as well.
Jul 17, 2020 · 11 min read → -
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 →