xUnit Roslyn Analyzers
A developer's experience using xUnit Roslyn Analyzers to improve unit test quality and fix warnings during a Visual Studio upgrade.
A developer's experience using xUnit Roslyn Analyzers to improve unit test quality and fix warnings during a Visual Studio upgrade.
A guide to creating and using a generic .editorconfig file to enforce consistent coding styles across multiple languages and file types in various IDEs.
How to use Visual Studio's debugger to step into and debug .NET library code while running it from a LINQPad script.
An overview of new features in C# 7.1, including Async Main and default expressions, for .NET developers.
A developer's year-long journey using Azure Functions, covering lessons learned, CI/CD integration, and performance considerations.
Guide to creating custom build configurations (beyond Debug/Release) for .NET Core projects using MSBuild scripts.
A technical overview of new features in C# 7, including pattern matching, tuples, out variables, and local functions.
Fixes for the TS5023 compiler error in Angular2 projects using Visual Studio 2015, caused by unknown 'typeRoots' and 'types' options.
A guide to manually editing .csproj files for better performance and control, including tips on cleaning up XML and using extensions.
Microsoft's new dotnet new command allows creating and installing custom project templates from NuGet, zip files, or folders.
A tutorial on creating a basic Web API for an online store using ASP.NET Core, covering project setup, data models, and Entity Framework Core.
A guide to the ASP.NET Core + Angular 2 starter template for Visual Studio, covering features like server-side prerendering and hot module replacement.
A developer details migrating their blog to Hugo, a static site generator, and deploying it on Azure for improved performance and reduced maintenance.
A guide to using the dotnet watch tool for automatic application restarts during .NET development, including setup and Visual Studio integration.
Explains how to use the global.json file in .NET Core to reference local project source code instead of NuGet packages for easier debugging and development.
A guide to creating, running locally, and deploying an ASP.NET Core 1.0 web application to Azure Web Apps with Azure SQL.
Exploring new C# 7 features like local functions and ref returns in Visual Studio "15" Preview, with setup instructions and examples.
Cimbalino Toolkit 2.0.0-beta1 released, now compatible with Windows 10 UWP for universal app development.
Microsoft releases Windows 10 Technical Preview Developer Tools for building Universal Apps, with early Cimbalino Toolkit support available.
A step-by-step tutorial on installing the Cimbalino Toolkit NuGet package for Universal Apps development in Visual Studio.