SqlMarshal Alternatives
Similar projects and alternatives to SqlMarshal based on common topics and language
-
-
-
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.
-
NReco.Data
Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM). (by nreco)
-
-
MapDataReader
Super fast mapping DataReader to strongly typed object, Using AOT source generator.
-
MOOS
C# x64 operating system programming with the .NET native ahead-of-time compilation technology.
-
dotnet-nativeaot-labs
A place to learn about and experiment with .NET NativeAOT on AWS.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
SqlMarshal reviews and mentions
-
For new projects, do you prefer EF, ADO, Dapper or something else?
After writing SQL, I prefer to interface with dotnet code via auto-generated types. This gives type safety compared to Dapper and manually generated ADO. I just posted an issue giving some libraries which do this here: https://github.com/kant2002/SqlMarshal/issues/4
-
Is the era of reflection-heavy C# libraries at an end?
You can take a look at my library where I attempt to make simple DAO using Source code generators https://github.com/kant2002/SqlMarshal
Stats
kant2002/SqlMarshal is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of SqlMarshal is C#.