News

I've an ASP. NET Core Web API (.NET 8) with SqlClientCommands instrumentation. However, SQL commands are not printed to the console or SEQ. Here is my code: ...
Take advantage of connection resiliency in EF Core to detect errors and retry commands and enable your ASP.NET Core application to overcome transient faults.
Microsoft has open sourced a .NET 5 C# Language Extension for SQL Server, allowing developers to work with relational data in the company's flagship programming language.
The API along with the open-source code of the .NET Core C# language extension shows an example of how a programming language extension can be built. Now, more developers in the SQL Server community ...
I am on a laptop that has both SQL Server 2016 and SQL Server 2019 installed. I'm part of a development team where others don't necessarily have that same setup. I've gone through a lot of effort to ...
Take advantage of the open source library Serilog to log your ASP.NET Core application’s data to SQL Server or another database target.