codewithmukesh
Hi, I'm Mukesh Murugan
I am a software engineer, blogger, open-source contributor working on Microsoft Technologies in Trivandrum, India.
The idea is to help developers with clean and in-depth articles/tutorials along with fully functional source code that is available as Github Repositories. With every article, you will be seeing a linked Github Repository, fully tested.
I also have a couple of Open-Source Projects available over at Github. Endorse me on LinkedIn if you like my content.

I’m currently working on
ASP.NET Core Hero Boilerplate
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.

Upcoming Project
Blazor Hero - Clean Architecture
The Blazor Community is growing pretty rapidly recently. Here is another upcoming project that Generates Blazor .NET 5 Clean Architecture Solutions for you. I am using MudBlazor as the Component Library Provider for this awesome project. Now in the making. Leave a star to the Repository, so that I can find some extra motivation 😛 😀 Cheers!
Recent Posts

Audit Trail Implementation in ASP.NET Core with Entity Framework Core
In this article, we will go through Audit Trail Implementation in ASP.NET Core (.NET 5) using Entity Framework Core. So what’s this Audit Trail about? Well, it’s a handy technique to track changes that are done by your logged-in users.

ASP.NET Core Hero Boilerplate – Quick Start Guide
In this post, we will talk about getting started with ASP.NET Core Hero Boilerplate Solution Template for .NET 5. Note that this Solution Template will include both a WebAPI and a MVC Project, fully functional. Quick Links Project Page –

Toast Notifications in ASP.NET Core – Simple & Elegant
In this article, we will learn about a simple package that can improve the user experience by adding Toast Notifications in ASP.NET Core MVC / Razor Applications. We must have all seen those beautiful Javascript toast notifications and have always

Using 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

IdentityServer4 in ASP.NET Core – Ultimate Beginner’s Guide
In this article, we will start learning about IdentityServer4 in ASP.NET Core and ways to integrate it to build secure solutions. We will be creating a Working Solution up from scratch taking you across various concepts and implementations of this

Repository Pattern with Caching and Hangfire in ASP.NET Core
In this article, we will learn about an approach with which we will build a SUPER-FAST Repository Implementation using all the latest libraries and concepts. We will be implementing Repository Pattern with Caching and Hangfire in ASP.NET Core along with
Read More Awesome Articles ?
I write mostly on ASP.NET Core and various best practices and trending libraries. I make sure that I generate some in-depth practical guides for you to grasp the concepts in a better way. GitHub Repository links for each article/guide are also attached at the bottom of every post so that you guys can get along with the articles. Happy Coding
Featured Projects

ASP.NET Core Hero Boilerplate – .NET 5 Clean Architecture
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages. Includes both WebApi and Web(MVC) Projects.

ASP.NET Core WebAPI – Clean Architecture
An ASP.NET Core WebAPI Solution Template that is built with Loosely-Coupled and Inverted-Dependency/Onion Architecture along with other essential integrations.
Featured Nuget Packages
Here are a few of the NuGet packages that help me ease the work while building new ASP.NET Core Solutions.
Toast Notification
Elegant Toast Notifications for ASP.NET Core Applications. Compatible with ASP.NET Core 3.1 and .NET 5.
ASP.NET Core Hero Boilerplate
One line of CLI Command and this package builds you a new ASP.NET Core 5.0 Web Application with Clean Architecture. Must-Try!
Entity Framework Core - Audit Trail
Audit Trail Implementation in ASP.NET Core with Entity Framework Core. Seamlessly Track Changes made to your application by the authenticated users.