csharp-11-ef-core-7-features
Code samples for .NET Core7/C#11 and EF Core 7 (by karenpayneoregon)
Dapper
Dapper - a simple object mapper for .Net (by DapperLib)
csharp-11-ef-core-7-features | Dapper | |
---|---|---|
13 | 60 | |
72 | 17,974 | |
- | 0.4% | |
9.4 | 6.2 | |
about 1 month ago | about 1 month ago | |
C# | C# | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
csharp-11-ef-core-7-features
Posts with mentions or reviews of csharp-11-ef-core-7-features.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-30.
-
EF Core HasData
git init PayneServiceLibrary cd PayneServiceLibrary git remote add origin https://github.com/karenpayneoregon/csharp-11-ef-core-7-features.git git config core.sparseCheckout true echo "PayneServiceLibrary/*" >> .git/info/sparse-checkout git pull origin master
-
NET 9 BinaryFormatter migration paths
All code samples use mocked up data from here.
-
Hidden NET 9 gems
Source code
-
Visual Studio package security
If there are many projects that have suppressions, get the following project and run it which will create a json file listing Visual Studio solutions with projects that has suppressions.
-
C# Search by multiple strings
Spam Source code Activity log Source code
-
Window Forms Dark mode
Standalone form project Class project
-
Regex timeout - C#
Source code has more code than shown below.
-
Learn FormattableString (C#)
Main project EF Core project Templating project
-
NodaTime – time offsets C#
Console project
-
Push your skills Part 2
Forms project
Dapper
Posts with mentions or reviews of Dapper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-09.
-
Goravel: A Go framework inspired by Laravel
This is the sweet spot in my opinion. I haven't been in the .NET world for a few years but there's a very similar library called Dapper. Best "ORM" I ever used.
https://github.com/DapperLib/Dapper
-
SQL-Server database table row count
Written using the Dapper NuGet package, which keeps code to a minimum. Conventional connection and command objects are not required, nor is there an explicit need to open and close connections.
- Performance pode ser simples: Arquivo gigante em memória
- Dapper – a simple object mapper for .NET
-
Kapper, a Fresh Look at ORMs for Kotlin and the JVM
Kapper is a lightweight, Dapper-inspired ORM (Object-Relational Mapping) library for the Kotlin programming language, targeting the JVM ecosystem. While most ORMs attempt to abstract away SQL, Kapper takes a different approach - it embraces SQL as the most effective language for database interactions while providing modern Kotlin conveniences for execution and mapping.
-
Diverse AI tools used for the C# developer
Home page
- [PT_BR] Repositório Genérico com Dapper.Contrib
-
Code Structure with Dapper and Dapper.Contrib
One of the major benefits of using Dapper is its speed and versatility in data access. However, it falls short in object-relational mapping. To address this limitation, the community developed Dapper.Contrib, a library that simplifies the mapping of database tables to classes using annotations.
-
C# | Dapper using Generic Repository
Dapper is a simple, lightweight, and high-performance Object-Relational Mapping (ORM) library for .NET. It is widely used for database access in C# applications due to its speed and simplicity. In this guide, we will explore how to use Dapper in combination with a Generic Repository pattern to streamline database interactions.
What are some alternatives?
When comparing csharp-11-ef-core-7-features and Dapper you can also consider the following projects:
sql-server-computed-columns - Using SQL-Server computed columns with EF Core
LINQ to DB - Linq to database provider.
enum-tips - Various tips for working with enums
Npgsql - Npgsql is the .NET data provider for PostgreSQL.
command-line-exploration - Working with command line parameters/arguments for console projects
PetaPoco - Official PetaPoco, A tiny ORM-ish thing for your POCO's