My local dev machine setup
A developer details their personal local development environment setup, including IDEs, tools, utilities, and cloud services they use daily.
A developer details their personal local development environment setup, including IDEs, tools, utilities, and cloud services they use daily.
A discussion on the current state and cost of .NET development tooling in 2024, focusing on free options like Visual Studio Community Edition.
A developer explains how to fix a Blazor Hybrid Android error by updating the Android SDK and WebView from within Visual Studio.
A .NET developer discusses the philosophy of choosing personal and team development tools while maintaining team harmony and productivity.
A guide to integrating and configuring Sass (Syntactically Awesome Style Sheets) within ASP.NET Core projects using Visual Studio and VS Code.
Guide to developing Android apps on Windows Arm devices using .NET MAUI, Visual Studio, and alternative deployment methods like WSA.
Troubleshooting guide for .NET MAUI developers facing sudden build failures, with fixes for common issues like SDK mismatches and file errors.
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.