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.
143 articles · browse by category
page 12
133–143 of 143-
dotnetUsing Entity Framework Core and Dapper in ASP.NET Core - Safe Transactions
In this article, we will learn about Using Entity Framework Core and Dapper in ASP.NET Core together in the same application. Another major point of discussion will be Transactions. By the end of the article, we will have an application that works with both Entity Framework Core and Dapper alongside each other, but also intelligent enough to rollback data whenever there is an exception with the process.
Nov 8, 2020 · 17 min read → -
dotnetRabbitMQ with ASP.NET Core - Microservice Communication with MassTransit
In this article, let's talk about Microservice Communication using RabbitMQ with ASP.NET Core. Essentially, we will learn how to enable communication between Microservices using RabbitMQ and MassTransit. Let's get started!
Aug 22, 2020 · 13 min read → -
dotnetJQuery Datatable in ASP.NET Core - Server-Side Processing
In this article, we will learn how to use JQuery Datatable in ASP.NET Core with Server Side Processing. We will also be building a simple real-world implementation to help understand JQuery Datatable to it's fullest.
Jul 25, 2020 · 15 min read → -
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 → -
dotnetCustom User Management in ASP.NET Core MVC with Identity
In this article, let's go in-depth and understand the functionalities you can achieve with the help of Microsoft Identity. We will build a small yet practical implementation of Custom User Management in ASP.NET Core MVC with Identity. This will cover most of the practical use cases involved while developing User Management in ASP.NET Core.
Jul 4, 2020 · 26 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 →