• about
  • code-blog
  • journal

Find if NDepend can improve your code quality

24 January 2022 | .NET

On how you could improve internal quality with NDepend.

Clearing the nuget cache for a package

17 November 2021 | .NET

Have you tried consuming a newer version of an internal nuget package before pushing the version to the package repository?

Build-time configuration for Blazor WebAssembly Apps using MS Build properties

28 June 2020 | Blazor, .NET, dev.to, C#

.NET Core in general has a nice configuration API that I've been fond of since .NET Core 1.x. But

Scripting your build tasks in C# using cake

21 May 2020 | .NET, C#

Cake is the C# counterpart of gulp.js – they're both task based. Except, we don't generally pipe things in cake.

You don't need IConfiguration outside Startup

15 January 2020 | .NET, ASP.NET Core, dev.to, C#

I'm writing this for those new to ASP.NET Core, based on what I see on StackOverflow. Most of what

Producing and consuming infinite Tasks in C#

14 June 2019 | .NET, C#

Let's say we wanted to run this forever. private static async Task DoTheThing() { await Task.Delay(2000); await Console.Out.

C# scripts using dotnet-script

05 April 2019 | .NET, dev.to, C#

Quick posts on writing scripts using C#

C# REPL using mono or dotnet-script

13 October 2018 | .NET, dev.to, C#

Quite often, all I want to do is check if a single line of code does what I think it does.

Creating an Azure EventGrid Webhook in ASP.NET Core

08 September 2018 | .NET, Azure

Azure EventGrid has first class support for Azure Functions, Azure Logic Apps, and Azure Automation. However, writing your own webhook

Generating PDFs from an ASP.NET Core app using a Node library

25 April 2018 | .NET, Node, Docker, dev.to

Quick blogpost on converting HTML to PDF from an ASP.NET Core application using a Node library by Marc Bachmann

Page 1 of 2 · Older Posts →

about · code-blog · journal · github · mailing-list · @gldraphael