Extending .NET CLI with custom tools - dotnet init initializes your NuGet package
A guide to creating custom .NET CLI tools, focusing on building 'dotnet init' to simplify NuGet package metadata setup in .csproj files.
A guide to creating custom .NET CLI tools, focusing on building 'dotnet init' to simplify NuGet package metadata setup in .csproj files.
Explains how to use Deferred Events to make async event handlers awaitable, allowing the invoker to wait for all handlers to complete.
A guide to manually editing .csproj files for better performance and control, including tips on cleaning up XML and using extensions.
A guide to using a NuGet package for integrating Angular 2 into ASP.NET MVC and WebAPI applications, including setup and configuration.
Microsoft's new dotnet new command allows creating and installing custom project templates from NuGet, zip files, or folders.
Release of BrowserStack Automate .NET API client v2.0.1, adding new API features and .NET Core support.
A developer reflects on leaving Microsoft's NuGet team to rejoin JetBrains as a Developer Advocate and continue work on MyGet.
A guide to using the dotnet watch tool for automatic application restarts during .NET development, including setup and Visual Studio integration.
A guide to setting up continuous integration for .NET Core libraries using Atlassian Bitbucket Pipelines, including YAML configuration and NuGet packaging.
A guide to configuring AppVeyor CI to automatically publish NuGet packages to NuGet.org, eliminating manual uploads.
A discussion on the historical use and modern challenges of strong-naming .NET assemblies, advocating against the practice in 2016.
XAML Behaviors for UWP updated to version 1.1.0, featuring bug fixes and a change to strong-name signing.
A developer explores and contributes to Colorful.Console, a C# library for creating colorful console apps with ASCII art and Figlet fonts.
XAML Behaviors are now open source on GitHub and available for UWP apps, with updates to the Cimbalino Toolkit to support them.
Cimbalino Toolkit 2.0.0 is now production ready, adding support for Universal Windows Platform (UWP) development.
A developer shares their experience of being awarded Microsoft MVP status, detailing the application process and the benefits received.
Announcement of xBehave.net 2.0, a BDD-style testing framework for .NET built on xUnit.net 2.0, now available on NuGet.
Cimbalino Toolkit 2.0.0-beta1 released, now compatible with Windows 10 UWP for universal app development.
A tutorial on creating a Roslyn analyzer to detect DateTime.Now usage and distributing it via MyGet's new Vsix support.
A developer's troubleshooting story about how inconsistent casing in a NuGet package ID caused build failures on Linux and the steps taken to resolve it.