A First Look At Azure Synapse Analytics Reading through the article will reveal that Synapse Analytics is set to be the new…
Event Sourcing in .NET Core – part 1: A gentle introduction Event sourcing, aka “the great myth”. I’ve been thinking about writing a series of articles…
How does the built-in dependency injection work on ASP.NET Core? PC: https://medium.com/net-core-dependency-injection/asp-net-core-dependency-injection-3aa993c2b583 Introduction Dependency Injection (DI) is a pattern that can help developers decouple the…
Machine Learning And Human Learning The funny thing about machine learning is that it closely seems to mimic human-learning algorithms…
First look at InferSharp: A C# version of Facebook’s Infer https://fbinfer.com/ You might have heard about Infer which is a tool to detect bugs in…
appsettings.json gets IntelliSense As announced by Microsoft recently, we can use IntelliSense with appsettings.json files. What are appsettings.json…
What is Machine Learning? Ever wondered how an app like Amazon, find products that you might be interested in…
Customized JSON formatting with Serilog TL;DR: Another Serilog Expressions by example post, showing how to produce newline-delimited JSON logs from…
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…
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…
Referencing a Specific Assembly from a NuGet Package In this post, I’ll describe a little trick I used while building a Rider plugin…
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…
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.…
Producer/consumer pipelines with System.Threading.Channels Last week, I came across the following question: “Is there an async producer/consumer collection these…
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.…
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…
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…
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…
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…
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…