This is all the cool stuff I found this week.
- How to create a fluent interface in C# - Cool blog post about creating fluent interfaces in C#.
- azure-service-bus-dotnet - Not new, but with 3.1.0, a new ManagementClient is included.
- Lean ASP.NET Core 2.1 – manually setup a Razor Pages project with Bootstrap, NPM and webpack - Found this article for setting up webpack with ASP.NET core. It proved useful in a project I was working on.