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/

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