I built a Visual Studio 2026 extension to bring back Blazor code-behind
Visual Studio 2026 dropped the built-in 'extract @code to a code-behind' feature. So I wrote a right-click extension that brings…
Visual Studio 2026 dropped the built-in 'extract @code to a code-behind' feature. So I wrote a right-click extension that brings…
Developing applications with NET8 MAUI, we want to deploy apps on a real device. Here are all the necessary steps…
Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or…
Microsoft launched a new profiling tool in Visual Studio 17.2 that helps you understand how you can optimize your File I/O operations
Welcome to Working with Blazor’s component model” post! In this new post I’ll build a...
Setting up a Blazor WebAssembly application creates a new solution for a simple project to explore components and interactions with…
Getting started with C# and Blazor explains how this new Microsoft technology is working and the basic information to understand…
I want to run more than one Azure Function at the same time but each of them on a different…
Working on the user interface is frustrating but from today you have a new Microsoft tool called Web Live Preview…
Working in a fully distributed, remote team requires sophisticated collaboration technology, which needs to be...