Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
SqlClient Alternatives
Similar projects and alternatives to SqlClient
-
-
FastEndpoints
A light-weight REST API development framework for ASP.Net 6 and newer. [Moved to: https://github.com/FastEndpoints/Library] (by dj-nitehawk)
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
FastEndpoints
A light-weight REST API development framework for ASP.Net 6 and newer.
-
.NET Runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
-
SqlQueryStress
SQL query stress simulator created by Adam Machanic http://dataeducation.com/sqlquerystress-the-source-code/
-
ef-core-5-dates-csharp
Working with dates for Entity Framework Core 5
-
announcements
Subscribe to this repo to be notified of Announcements and changes in .NET Core. (by dotnet)
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
-
-
blazor-ui
A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
-
BlazorRepl
Write, compile, execute and share Blazor components entirely in the browser
-
goTemplateBenchmark
comparing the performance of different template engines
-
working-with-datetime
Datetime, DateTimeOffset, TimeSpan starter code samples
-
PowerShell.DebuggingTools
Repository PowerShell.DebuggingTools created on December 16, 2022 5:39 PM by desktop-1lebrea\gp
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
SqlClient reviews and mentions
-
REST API with ASP.NET Core 7 and SQL Server
I will be using Dapper - a simple object mapper for .Net along with Microsoft.Data.Sql.
-
When A .NET Developer Learns Blazor
I was doing some simple internal tooling with EF. You know the deal, toss in a new row into a table to do something or other, simple CRUD stuff. I was making it in WASM just for the sake of trying out the framework. Turns out this is a thing: https://github.com/dotnet/SqlClient/issues/599 , which prevents EF from running. The wiki page being referenced is gone though, so I don't know the reason why it'd be incompatible. To me it doesn't make that much sense, since a console application would be functionally the same, just outside a browser.
-
Learn DateOnly & TimeOnly
Code samples for Json.net which as of version 13.0.2 now supports DateOnly and TimeOnly. Three code samples are used to show interactions with Bogus and Microsoft.Data.SqlClient which is most likely used to work with json data.
-
Is there a way to find out how much memory specific variables are using? Google isn't helping
If you're connecting to SQL Server, connection pooling can be a common cause of apparent memory leaks. If you're opening and closing hundreds of connections, the pool may not be disposing of the connections quickly enough. Or you might be running into issues like this one. You might want to look at SqlConnection.ClearAllPools or SqlConnection.ClearPool or simply disabling connection pooling entirely in the connection string.
-
How fast is ASP.NET Core?
Really frustrating to see the amount of effort that went in to gaming those benchmarks when catastrophic performance issues in core Microsoft-authored libraries go unfixed for years. https://github.com/dotnet/SqlClient/issues/593
-
How fast is really ASP.NET Core?
Until you trip over this https://github.com/dotnet/SqlClient/issues/593
- PSA: Vulnerability found affecting System.Data.SqlClient in Microsoft .Net (Framework, Core, 5/6)
-
Vulnerability found affecting System.Data.SqlClient in Microsoft .Net (Framework, Core, 5/6)
They say it's fixed in 2.1.2 version, and it's release page has this PR
- Do you use IAsyncDisposable? I'm looking for examples of it in the real work.
- ADO.NET and DateOnly/TimeOnly
-
A note from our sponsor - SonarLint
www.sonarlint.org | 7 Jun 2023
Stats
dotnet/SqlClient is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of SqlClient is C#.