Welcome to Denver Nerd, My World of Curiosities!

Welcome to Denver Nerd, My World of Curiosities! Hey there, and welcome to my little corner of the internet! I’m excited to have you here as I embark on this blogging adventure. While I haven’t settled on a singular theme just yet, my blog will be a vibrant mix…

FileBot 4.7.7 – No License Key Needed

FileBot 4.7.7 – No License Key Needed

FileBot 4.7.7 – No License Key Neededby SomeGuy | Jul 10, 2023 | 0 comments Hey, movie lovers! Are you tired of spending hours organizing your movie collection, renaming files, finding subtitles, and downloading artwork? If so, I have some great news for you. FileBot,…

NLog Logging for .NET – nlog.config file

NLog Logging for .NET – nlog.config file

NLog Logging for .NET – nlog.config fileby SomeGuy | Jun 25, 2023 | 0 commentsIn this blog post, I will show you how to create a nlog config file for logging messages in your .NET applications. Nlog is a popular and flexible logging framework that allows you to write…

ASP.net Core libman.json file

ASP.net Core libman.json file

ASP.net Core libman.json fileby SomeGuy | May 8, 2023 | 0 comments This is my default libman.json file I use for my asp.net core websites. Use LibMan with ASP.NET Core in Visual Studio | Microsoft Learn libmanDownload { “version”: “1.0”, “defaultProvider”: “cdnjs”,…

Unobtrusive Ajax in ASP.NET Core

Migrating an existing ASP.NET MVC project to ASP.NET Core MVC, and there are no ajax tag helpers? The tag helpers have been replaced with data-ajax-*** attributes. To use ajax, you’ll need to…