Writing code could be fun for you
Every now and then, I come across a post that talks about how complex writing code is. These are my thoughts on the subject.
Every now and then, I come across a post that talks about how complex writing code is. These are my thoughts on the subject.
.NET Core in general has a nice configuration API that I've been fond of since .NET Core 1.x. But
I'm writing this for those new to ASP.NET Core, based on what I see on StackOverflow. Most of what
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.
Quick blogpost on converting HTML to PDF from an ASP.NET Core application using a Node library by Marc Bachmann