Try the new System.Text.Json source generator In .NET 6.0, we are shipping a new C# source generator to help improve the…
Securing ASP.NET Core Razor Pages, Web APIs with Azure B2C external and Azure AD internal identities This article shows how to implement an ASP.NET Core Razor page to authenticate against Azure…
Setting up Elastic Workplace Search with Docker Recently I started looking into Elastic Enterprise Search’s Elastic Workplace Search offering. The configuration was…
Multi-stage builds for Ionic Apps with Azure Pipeline Templates In this article, we will create an Azure Pipeline for an Ionic app using the…
A closer look at commands and args in Docker containers Today we will be looking at how we can make use of commands and args…
ASP.NET Core Health Checks When you are developing a project where you have multiple services talking to each other,…
Distributed Caching in ASP.NET Core with Redis About a year ago, I wrote a blog post on simple In-Memory Caching in ASP.NET…
Publishing Android Apps to Microsoft App Center from Azure DevOps In my previous article, we looked at how we can set up multi-stage builds for…
Developing Azure Functions with GitHub Codespaces DevContainers This article will discuss about developing Azure Functions with GitHub Codespaces – DevContainers feature. Codespaces…
Manual rewrite vs automated migration: a case study This is a tale of two projects: one which never was, and one which never…
Announcing .NET MAUI Preview 6 Today with .NET 6 Preview 6 we are shipping our latest progress on .NET Multi-platform…
.NET July 2021 Updates – 5.0.8 and 3.1.17 Today, we are releasing the .NET July 2021 Updates. These updates contains reliability and other…
Announcing Entity Framework Core 6.0 Preview 6: Configure Conventions Today, the Entity Framework Core team announces the sixth preview release of EF Core 6.0.…
Conversation about skills and learning It can be really hard to tell which skills are important to get hired on…
.NET Framework July 2021 Security and Quality Rollup Yesterday, we released the July 2021 Security and Quality Rollup Updates for .NET Framework. Quality…
Using an ASP.NET Core IHostedService to run Azure Service Bus subscriptions and consumers This post shows how Azure Service bus subscription for topics or consumers for a queue,…
Accessing PostgreSQL databases in Go This post discusses some options for accessing PostgreSQL databases from Go. I’ll only be covering…
.NET Foundation Election 2021 Nominations are Open! .NET Foundation Election 2021 Nominations are Open! It’s that time of the year again, dear…
Adding blog posts to your GitHub README with GitHub Actions This article will discuss about adding your blog posts to your Github readme with Github…