ASP.NET – Connect to Azure CosmoDB
A tutorial on connecting an ASP.NET MVC application to Azure Cosmos DB, covering setup, configuration, and basic CRUD operations.
A tutorial on connecting an ASP.NET MVC application to Azure Cosmos DB, covering setup, configuration, and basic CRUD operations.
A comprehensive guide to implementing localization in ASP.NET Core 2.0, covering setup, configuration, and resource management.
A step-by-step tutorial on integrating Couchbase Lite, an embedded NoSQL database, with a .NET Core console application.
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.