Find if NDepend can improve your code quality
On how you could improve internal quality with NDepend.
On how you could improve internal quality with NDepend.
Have you tried consuming a newer version of an internal nuget package before pushing the version to the package repository?
.NET Core in general has a nice configuration API that I've been fond of since .NET Core 1.x. But
Cake is the C# counterpart of gulp.js – they're both task based. Except, we don't generally pipe things in cake.
I'm writing this for those new to ASP.NET Core, based on what I see on StackOverflow. Most of what
Let's say we wanted to run this forever. private static async Task DoTheThing() { await Task.Delay(2000); await Console.Out.
Quick posts on writing scripts using C#
Quite often, all I want to do is check if a single line of code does what I think it does.
Azure EventGrid has first class support for Azure Functions, Azure Logic Apps, and Azure Automation. However, writing your own webhook
Quick blogpost on converting HTML to PDF from an ASP.NET Core application using a Node library by Marc Bachmann