Update from .NET 5 to .NET 6

https://blazorschool.com/tutorial/blazor-wasm/dotnet5/update-from-dotnet-5-to-dotnet-6-682674 https://docs.microsoft.com/en-us/aspnet/core/migration/50-to-60?view=aspnetcore-6.0 https://nicolaiarocci.com/my-asp.net-5-migration-to-.net-6/

Minimal API with .Net 6

https://medium.com/geekculture/minimal-apis-in-net-6-a-complete-guide-beginners-advanced-fd64f4da07f5 https://jasonwatmore.com/post/2022/02/04/net-6-minimal-api-tutorial-and-example https://nicolaiarocci.com/will-.net-6-minimal-apis-turn-heads/

SQL Job Failure Email Not Working

Step 1 – Validate SQL Server Database Mail First test to see if the system is able to send email using the Database Mail profile in SQL Server Management Studio by navigating to Management > Database Mail, then right clicking on Database Mail and selecting the “Send Test E-Mail…” option. Once the interface loads, select... » read more

bluebird.min.js Unhandled Rejection and WebSocket connected failed for pace.min.js for Blazor App

Error: WebSocket connection to wss://localhost:23443 failed for pace.min.js:2 Unhandled rejection for bluebird.min.js:29 Issue: What is Pace min js? Pace. js is a lightweight (~4kb minified and gzipped) and standalone JavaScript library to create beautiful progress indicators for your page load and ajax request. It automatically monitors AJAX requests, event loop lag, document ready state, and elements on... » read more

Fastest way to shrink database log files

If the database can do with just a simple backup/recovery model, then… Change database from “Full” recovery model to “Simple” recovery model (Database Properties -> Options) Shrink database log file (Tasks -> Shrink -> Files -> Shrink Log Files)

Unable to see a list of job history

Issue: Unable to see a list of past job history. Only see the most recent. Default settings limits to last 1000 records overall and last 100 records per job. Fix: Make sure the Limit size of job history log is not enabled. Else you will not be able to see older jobs history. SQL Agent... » read more

Sysinternals

https://docs.microsoft.com/en-us/sysinternals/ The Sysinternals web site was created in 1996 by Mark Russinovich to host his advanced system utilities and technical information. Whether you’re an IT Pro or a developer, you’ll find Sysinternals utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. RamMap – list of application taken up RAM memory.