.NET MAUI : Runs on multiple platforms in one project (iOS, Android, and Windows)
Explains the structure and benefits of .NET MAUI project files for building cross-platform mobile and desktop applications from a single codebase.
Explains the structure and benefits of .NET MAUI project files for building cross-platform mobile and desktop applications from a single codebase.
A developer shares essential Visual Studio IDE extensions for daily coding, including GitHub Copilot, file management, and command line tools.
A guide to launching Windows Terminal directly from Visual Studio using the Open Command Line extension, including configuration tips.
A guide to quickly adding new files in Visual Studio, comparing built-in methods and recommending the 'Add New File' extension for speed.
A collection of practical debugging tips for .NET developers, covering conditional breakpoints, data breakpoints, and more.
A presentation summary on deploying .NET applications on Kubernetes, covering platform independence and deployment considerations.
Guide on connecting a Windows machine to a Mac with an M1 chip for iOS development with Xamarin MAUI in Visual Studio 2022.
An update on debugging and dependency challenges in C# source generators, with practical solutions and ongoing issues.
Explains how to use DebuggerTypeProxy and DebuggerDisplay attributes in C# to control how complex objects appear in the debugger.
A step-by-step tutorial on creating a .NET Standard class library in Visual Studio, including basic calculator methods and preparation for NuGet publishing.
How to fix the missing .NET Framework 4.5 reference assemblies error in Visual Studio 2022 by copying files from a NuGet package.
A developer's critical opinion on Microsoft's recent strategic direction, focusing on Windows 11, Visual Studio 2022, and Azure announcements.
Guide on using .NET Boxed solution templates with the new Visual Studio 16.10 UI for creating projects from dotnet new templates.
Fixes an IIS Express port conflict error caused by reserved Windows port ranges, providing a solution to change the application port.
A guide to automating SQL Azure database updates using Visual Studio database projects and Azure DevOps pipelines.
A critique and wishlist for improving the .NET CLI's 'dotnet new' command, focusing on better Visual Studio integration and a modern UI.
A developer details the process of porting and optimizing the PuTTY SSH client for Windows on Arm, including using the Arm v8 Cryptographic Extension.
A developer explains his decision to retire from the Microsoft MVP program due to a perceived conflict of interest with his work for JetBrains.
A guide to setting up and using the dotnet watch tool for automatic application restarts during .NET Core development in Visual Studio.
A summary of Richard Campbell's video on the origins and evolution of the Microsoft .NET ecosystem, its languages, and development tools.