RSSAmplifier

Blog

MrCSharp Blog

Recent content on MrCSharp Blog

blog.mrcsharp.devRSS feed ↗18 posts

Latest posts

Being enthusiastic is worth 25 IQ points

Enthusiasm makes one care and improve their output

Fixing .NET Watch & Hot Reload in Aspire without Leaving .NET 8

The weird behavior of .NET Watch when used with an Aspire project and .NET 8

Google Also De-Indexed My Blog

My blog is not on google and therefore it does not exist to the world.

Data-Driven? No, We Are "Vibes-Driven" Now

LLMs are in a toxic pit of hype and irrationality and talking about them is not fun or engaging anymore.

Today, I Thoroughly Enjoyed... (November 21, 2025)

A great video about how CPUs work

Today, I Thoroughly Enjoyed... (November 11, 2025)

A very good talk about some low-level .NET concepts.

Importing bacpac into an Aspire DB resource

Creating a custom .NET Aspire command to drop and import a BacPac file for an SQL Server database, making local development easier.

Self-hosting My Blog

This blog is built with Hugo. It's an open-source static site generator that let's me create blog posts using simple markdown files.

Serving Multiple Single Page Applications (SPA) with ASP.NET Core

Recently, I had a need to host 2 Single Page Applications (SPA) from the same .NET backend using ASP.NET Core.

Track Source of Transitive Dependency

I recently ran into an issue related to source generation in `dotnet` when using the `FastEndpoints.Generator` package.

Automatically Lock a PC Using Nanoframework

There's something very exciting when working directly with hardware as a professional dotnet software developer that has spent over a decade developing for desktop, mobile, and web. It feels great being able to put my code on a small, low-powered, resource-constrained Microcontroller and have it solve a specific problem I have... or just do fun little projects. After all, it's why I got into…

Controlling My AC Unit With nanoFramework

My room's AC unit (Panasonic) is quite old. It does a great job cooling/heating the place after all these years, but also lacks any 'smart' capabilities found on modern units.

Using the DHT22 sensor with Nanoframework

I have recently discovered [Nanoframework](https://www.nanoframework.net/) which is a community-led project to bring C# and Dotnet to the world of micro-controllers. Since then, I have been tinkering with IoT and embedded devices using C# to connect with sensors and play around with them.

Uwp IoC Support

I have been developing UWP applications for a few years now and I truly enjoy it. It's been the platform where I experiment with and used it to learn a lot about programming.

Create a Dotnet Framework and Node Build Environment in Docker

At the company I currently work for, our CI pipelines run on a dedicated server that we own and manage on premise. This build server is using Atlassian Bamboo and is configured to run the builds using agents running directly inside the host OS which means builds share and depend on components installed on the host OS.

Dotnet Core Webapi With Mssql in Docker Part 2

In the [previous post](/dotnet-core-webapi-with-microsoft-sql-server-in-docker-part-1/) I showed how to setup a Dotnet Core WebApi project to run inside docker.

Dotnet Core Webapi With Microsoft SQL Server in Docker - Part 1

I have been hearing a lot of people talking about docker and all of the benefits it introduces and they got me interested in the technology. However, I only recently managed to get some time to play around with Docker.

The Start of SoundsMatic

Today marks the official beginning of the SoundsMatic journey.