Adding a verb to the dotnet CLI tooling
Explains how to extend the .NET Core CLI by creating custom commands (verbs) that integrate with the current project context.
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.