.NET Debugging Tips
A collection of practical debugging tips for .NET developers, covering conditional breakpoints, data breakpoints, and more.
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.
A tutorial on setting up a development environment and creating a new project using Blazor, Microsoft's web framework.
A tutorial on configuring Angular 4 routing within an ASP.NET MVC application using Visual Studio 2017 and TypeScript.
A blog post celebrating C# history, popularity, and Microsoft's modern learning resources like in-browser tutorials and documentation.
Guide to configuring T4 text templates to automatically transform during build in both classic and .NET Core SDK-style projects.