Blazor with .Net 6
https://morioh.com/p/4e61dcb4c7f0 https://www.c-sharpcorner.com/article/new-features-in-blazor-with-net-6/
.NETADO.NETAgileAngularArchitectureASP.NETAuthenticationAzureAzure FunctionBIBig DataBlazorBusinessC#Cloud ServiceCosmosDBCSSDebuggingDesignEncryptionEntity FrameworkFYIGoogleHardwareInternetInterviewsJavascriptjQueryLeadershipLINQManagementMicrosoftMobileMS OfficeMS SQLNetworkingNoSQLOOPProject ManagementSoftware DevelopmentSource ControlSSISSSRSSyncfusionTeamTestingTSQLUncategorizedVendor SoftwareVisual StudioWebWeb ServicesWindowsWordPress
https://morioh.com/p/4e61dcb4c7f0 https://www.c-sharpcorner.com/article/new-features-in-blazor-with-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/
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/
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
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
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)
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
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.
Issue: Unable to access database because it lacks a quorum of nodes for high availability try the operation again later. Fix: Restart failover cluster.
Example… Sources: https://stackoverflow.com/questions/306945/how-do-i-flush-the-print-buffer-in-tsql