.NETJul 11, 2026Understanding Singleton Design Pattern in .NETA practical guide to the Singleton Design Pattern in .NET, including thread-safe implementations with lock and Lazy<T>, plus when to use container-managed AddSingleton in ASP.NET Core.#design-patterns#singleton#dotnet#dependency-injection
.NETJun 19, 2026Stop Injecting IEnumerable Just to Pick One ServiceLearn how Keyed Dependency Injection lets you register multiple implementations of the same service and resolve the right one by key in .NET and ASP.NET Core.#dependency-injection#keyed-dependency-injection#dotnet#aspnetcore
.NETJun 1, 2026Understanding Singleton, Scoped, and Transient in .NETA practical guide to DI lifetimes in ASP.NET Core: what Singleton, Scoped, and Transient mean, common pitfalls, and concise guidance for choosing the correct lifetime in production systems.#dependencyinjection#aspnetcore#dotnet
.NETC#May 31, 2026Generate QR Code in ASP.NET Core MVCBuild an ASP.NET Core MVC app that generates QR codes for websites, bookmarks, SMS, WhatsApp, email, and WiFi using the QRCoder package.#aspnetcore#mvc#qrcode#qrcoder#dotnet
MongoDBMay 31, 2026Implement Mongo DB Filters in .NET Using MongoDB.DriverLearn how to use MongoDB.Driver filters in .NET with practical examples for equality, ranges, arrays, regex, and compound queries.#mongodb#mongodb-driver#dotnet#filters#webapi
MongoDBMay 31, 2026Implementing MongoDB with .NETSet up MongoDB in a .NET Web API project and learn the core database and collection operations such as create, insert, update, delete, and count.#mongodb#dotnet#webapi#crud#mongodb-driver
AzureMay 31, 2026Integrating Azure Service Bus with .NET ApplicationsSet up Azure Service Bus and build .NET message producers, scheduled messages, and an Azure Function consumer for asynchronous workflows.#azure#servicebus#messaging#dotnet#azure-functions
Entity FrameworkMay 31, 2026Understanding Code First Approach of Entity Framework CoreLearn the Entity Framework Core Code First workflow for creating tables, adding columns, changing constraints, deleting tables, and defining relationships.#entityframeworkcore#efcore#sqlserver#migrations#dotnet
AzureJan 1, 2026A Step-by-Step Guide to Deploying a .NET MVC App on Azure App ServicesLearn how to create an Azure App Service and deploy an ASP.NET 8 MVC application using Visual Studio publish profiles, with both import and Azure account-based deployment options.#azure#app-service#asp-net-mvc#dotnet#deployment#visual-studio