goTemplateBenchmark
SqlClient
Our great sponsors
goTemplateBenchmark | SqlClient | |
---|---|---|
1 | 24 | |
223 | 745 | |
- | 1.2% | |
10.0 | 0.0 | |
5 months ago | 6 days ago | |
Go | C# | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
goTemplateBenchmark
SqlClient
-
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
What are some alternatives?
FastEndpoints - A light-weight REST API development framework for ASP.Net 6 and newer.
FastEndpoints - A light-weight REST API development framework for ASP.Net 6 and newer. [Moved to: https://github.com/FastEndpoints/Library]
SqlQueryStress - SQL query stress simulator created by Adam Machanic http://dataeducation.com/sqlquerystress-the-source-code/
Bogus - :card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
csharplang - The official repo for the design of the C# programming language
core - Home repository for .NET Core
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.
.NET Runtime - .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
working-with-datetime - Datetime, DateTimeOffset, TimeSpan starter code samples
BlazorRepl - Write, compile, execute and share Blazor components entirely in the browser
dateonly-primer - Learn basic to advance topics on DateOnly