Posts
All the articles I've posted.
Coding To Support Both .NET Full Framework and Modern .NET
Support .NET Full Framework and modern .NET with conditional code paths and package references.
Quickstart for Creating a Library Using the .NET CLI
Scaffold a .NET library, solution, and xUnit test project using the dotnet CLI.
Using SQL Server LocalDB with Travis CI Windows Builds
Install SQL Server LocalDB with Chocolatey for Travis CI Windows builds.
Using JavaScript Promises And async/await Together
Examples of using JavaScript promises and async/await interchangeably.