DenverNerd.com

FileBot 4.7.7 – No License Key Needed

FileBot 4.7.7 – No License Key Needed

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, the ultimate tool for media management v4.7.7, does not require a license!...

read more
NLog Logging for .NET – nlog.config file

NLog Logging for .NET – nlog.config file

In 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 logs to various targets, such as files, databases, email, console, etc. Nlog...

read more
ASP.net Core libman.json file

ASP.net Core libman.json file

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", "libraries": [ { "library": "jquery@3.5.1", "files": [ "jquery.js",...

read more

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...

read more