How to set up perfect command-line environment on Windows Windows Terminal First of all, you should install Windows Terminal. It is a modern terminal…
A sustainable NuGet marketplace will have to compete with the NuGet gallery Yesterday, Aaron Stannard posted some awesome news for the .NET community: the introduction of Sdkbin.…
Run Azurite in Docker with Rider and keep Azure Storage data local to a solution In this blog post, we’ll see how we can use Azurite, an open source Azure…
Referencing a Specific Assembly from a NuGet Package In this post, I’ll describe a little trick I used while building a Rider plugin…
Building an ASP.NET Core Tag Helper to Show/Hide UI Elements based on Authorization In this post, let’s see how we can create an ASP.NET Core Tag Helper to…
Export Office 365 calendar events to JetBrains Space using the Microsoft Graph API, the JetBrains Space SDK, and automation Chances are you keep a personal calendar, maybe a family calendar, and a work calendar.…
Producer/consumer pipelines with System.Threading.Channels Last week, I came across the following question: “Is there an async producer/consumer collection these…
Custom bindings with Azure Functions .NET Isolated Worker If you’re building workloads on Azure Functions, there’s a good chance you’ve looked at building…
Running a .NET application as a service on Linux with Systemd In this post, let’s see how you can run a .NET Core / .NET 5…
Building a supply chain attack with .NET, NuGet, DNS, source generators, and more! For a couple of months now, I’ve been pondering about what tools are at your…
The process, thought and technology behind building a friendly .NET SDK for JetBrains Space Early December 2020, we released JetBrains Space. Along with it, we built a Kotlin SDK…
Integrating Tailwind into an ASP.NET Core Project This article will discuss about integrating Tailwind CSS into an ASP.NET Core Project. Tailwind CSS…
Improving Angular CI Build Time Using Azure DevOps Cache task This article will discuss about improving Angular CI build time using Azure DevOps Cache task.…
Minimal APIs in ASP.NET Core 6.0 – Part2 This article will discuss about minimal APIs in ASP.NET Core 6.0 – How to implement…
Infuse Machine Learning into your ASP.NET Core apps This article is about infusing machine learning into your ASP.NET Core applications with ML.NET. ML.NET…
Microsoft released Visual Studio 2022 Preview 1 Microsoft today announced the first preview version of Visual Studio 2022. Here is the Official…
Deploying a Static Web App via Azure DevOps Pipeline This article will discuss about deploying Azure Static Web apps from Azure DevOps Pipeline. Azure…
Minimal APIs in ASP.NET Core 6.0 This article will discuss about minimal APIs in ASP.NET Core 6.0. For a developer coming…
Open API support for ASP.NET Core Minimal API This article will discuss about implementing Open API (Swagger) for ASP.NET Core 6.0 minimal API.…
Implementing Caching in ASP.NET Core with SQL Server This article will discuss about implementing caching in ASP.NET Core using SQL Server Distributed Cache.…