Author

Failed to designate the local availability replica of availability group as the primary replica, unable to start role.

Error: Cannot bring the Windows Server Failover Clustering (WSFC) resource (ID ‘xxxxxxxxxxxxx’) online (Error code 5942). The WSFC service may not be running or may not be accessible in its current state, or the WSFC resource may not be in a state that could accept the request. For information about this error code, see “System... » read more

The Operation Could Not Be Performed Because OLE DB Provider “SQLNCLI11” For Linked Server Was Unable To Begin A Distributed Transaction

Issue: The operation could not be performed because OLE DB provider “MSOLEDBSQL” for linked server “XXXXXX” was unable to begin a distributed transaction. Fix: There has been a lot of times where we can encounter this error – “The operation could not be performed because OLE DB provider “SQLNCLI11” for the linked server was unable to... » read more

Neodynamic JSPrintManager for Blazor

Download https://www.neodynamic.com/products/printing/js-print-manager/blazor/download/ Install To download & install JSPrintManager for Blazor, run the following command in the Package Manager Console PM> Install-Package Neodynamic.Blazor.JSPrintManager Blazor Project Setup Project.cs using Neodynamic.Blazor; builder.Services.AddJSPrintManager(); // JSPrintManager service _Import.razor @using Neodynamic.Blazor ReceiptPrinter.razor ReceiptPrinter.cs

TeamViewer PC Remote Control

https://www.teamviewer.com/en-us/ Cloud-based platform with intuitive features to securely and remotely access, control and support any device, across platforms — from anywhere, anytime. Download https://www.teamviewer.com/en-us/teamviewer-automatic-download/

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/