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.
139 articles · browse by category
page 11
121–132 of 139-
dotnetSpecification Pattern in ASP.NET Core - Enhancing Generic Repository Pattern
We will talk about implementing Specification Pattern in ASP.NET Core applications and how it can enhance the already existing Generic Repository Patterns.
Apr 24, 2021 · 14 min read 96.9K views → -
dotnetBuilding a Chat Application with Blazor, Identity, and SignalR - Ultimate Guide
In this Guide, we will be building a full-fledged Chat Application With Blazor WebAssembly using Identity and SignalR from scratch.
Apr 2, 2021 · 28 min read 106.8K views → -
dotnetBlazor Hero - Clean Architecture Template Quick Start Guide
A Clean Architecture Template built for Blazor WebAssembly using MudBlazor Components. This project will make your Blazor Learning Process much easier than you anticipate. Blazor Hero is meant to be an Enterprise Level Boilerplate, which comes free of cost, completely open sourced.
Mar 19, 2021 · 14 min read 86.3K views → -
dotnetImplementing Blazor CRUD using Mudblazor Component Library in .NET 5 - Detailed Guide
In this article, we will demonstrate implementing Blazor CRUD using Mudblazor Component Library with a more polished way to achieve the CRUD functionalities.
Feb 17, 2021 · 12 min read 79.5K views → -
dotnetPermission-Based Authorization in ASP.NET Core - Complete User Management Guide in .NET 5
Setting up Permissions to access your resources is always a crucial part of your application's security. In this article, we will implement Permission-Based Authorization in ASP.NET Core that builds upon the concept of Claim-Based Authorization in ASP.NET Core. As usual, we will be building this application right from scratch to get some detailed knowledge about the whole scenario and how it would actually help you secure your projects.
Jan 24, 2021 · 25 min read 63.3K views → -
dotnetAudit Trail Implementation in ASP.NET Core with Entity Framework Core
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.
Dec 26, 2020 · 12 min read 112.6K views → -
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 111.4K views → -
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 111.7K views → -
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 63.2K views → -
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 116.7K views → -
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 106K views → -
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 112.4K views →