csharp-11-ef-core-7-features
Code samples for .NET Core7/C#11 and EF Core 7 (by karenpayneoregon)
ef-core-7-samples
Collection of EF Core 7 code samples kept simple (by karenpayneoregon)
csharp-11-ef-core-7-features | ef-core-7-samples | |
---|---|---|
13 | 3 | |
72 | 10 | |
- | - | |
9.4 | 3.2 | |
about 1 month ago | 7 months ago | |
C# | C# | |
- | - |
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
ef-core-7-samples
Posts with mentions or reviews of ef-core-7-samples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-22.
-
Iterations
EF Core code Data provider code
-
EF Core 7: Json columns
Clone the following GitHub repository.
-
SQL-Server: Computed columns with Ef Core
EF Core 7 code sample
What are some alternatives?
When comparing csharp-11-ef-core-7-features and ef-core-7-samples you can also consider the following projects:
sql-server-computed-columns - Using SQL-Server computed columns with EF Core
enum-tips - Various tips for working with enums
appsettings-external-tool - Provides an easy way to create an appsettings.json file with sql-server connections
command-line-exploration - Working with command line parameters/arguments for console projects
efcore-dapper-dataprovider - Basic code samples for working with sql-server via EF Core, Dapper and SqlClient