Blazor Bites - Creating a New Project
A tutorial on setting up a development environment and creating a new project using Blazor, Microsoft's web framework.
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.
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 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 the ASP.NET Core + Angular 2 starter template for Visual Studio, covering features like server-side prerendering and hot module replacement.
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.