Creating an ASP.NET Core app on a Mac
A guide to setting up and creating your first ASP.NET Core application on a Mac, covering prerequisites and using Yeoman.
A guide to setting up and creating your first ASP.NET Core application on a Mac, covering prerequisites and using Yeoman.
A guide to creating custom .NET CLI tools, focusing on building 'dotnet init' to simplify NuGet package metadata setup in .csproj files.
A step-by-step tutorial on deploying an ASP.NET Core web application to a Raspberry Pi running Windows 10 IoT Core.
Guide to authenticating Azure Storage REST API requests in C# with required headers and code examples.
Guide to running C# unit tests for .NET Core projects in VSTS using the Visual Studio Test task.
Explains how to extend the .NET Core CLI by creating custom commands (verbs) that integrate with the current project context.
A guide to setting up continuous integration for .NET Core libraries using Atlassian Bitbucket Pipelines, including YAML configuration and NuGet packaging.
A tutorial on implementing audit trails in Entity Framework Core using shadow properties, without modifying domain entities.
A guide to migrating existing ASP.NET Core RC1 applications to the new ASP.NET Core RC2 release, covering tooling changes and CLI updates.