csharp-11-ef-core-7-features
Code samples for .NET Core7/C#11 and EF Core 7 (by karenpayneoregon)
excel-spreadsheetlight-csharp
For teaching simple Excel operations (by karenpayneoregon)
csharp-11-ef-core-7-features | excel-spreadsheetlight-csharp | |
---|---|---|
13 | 1 | |
72 | 5 | |
- | - | |
9.4 | 6.1 | |
about 1 month ago | 6 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
excel-spreadsheetlight-csharp
Posts with mentions or reviews of excel-spreadsheetlight-csharp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-27.
-
C# Excel read/write on the cheap
Sample project
What are some alternatives?
When comparing csharp-11-ef-core-7-features and excel-spreadsheetlight-csharp you can also consider the following projects:
sql-server-computed-columns - Using SQL-Server computed columns with EF Core
Reminders - Feature-rich and lightweight command line C# app for creating reminders.
enum-tips - Various tips for working with enums
ExcelMapper - An Excel to object mapper. Maps POCOs to and from Excel. Configuration via convention, attributes, or fluent methods.
command-line-exploration - Working with command line parameters/arguments for console projects
FileContextCore - FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.