DenverNerd.com
Creality K1 Review: Reliable, Fast & Fun (6 Months In)
Six Months with My Creality K1 You know, it's wild to think it's already been half a year since Christmas morning 2024. I still remember putting that giant box under the tree and knowing it was the Creality K1 3D printer. It was a present for me, to me after all. Like...
Powering Your Online Presence: Why Dynu.com Is My Go-To for VPS and Dynamic DNS
In today's digital world, having a reliable online presence is crucial. Whether you're a developer, a small business owner, or a tech enthusiast running personal projects, the quality of your hosting and DNS services can make all the difference. For me, Dynu.com has...
WinGet: A Powerful Package Manager for Windows
WinGet is a powerful package manager for Windows that lets you install, update, and uninstall software on your system with ease and efficiency.
Clone Files Checker 6.1 Free Key – Delete Duplicate Files
Clone Files Checker is a software tool that helps you find and delete duplicate files on your computer. It can scan your hard drive, cloud storage, or external devices and show you how much space you can save by removing the duplicates. You can also choose to move the...
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!...
Notes, Links, and Tools
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...
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",...
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...