All Projects → PawelGerr → EntityFrameworkCore-Demos

PawelGerr / EntityFrameworkCore-Demos

Licence: other
No description or website provided.

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to EntityFrameworkCore-Demos

simple-blog-back
Back-End for Simple Blog
Stars: ✭ 36 (+38.46%)
Mutual labels:  entity-framework-core
EFCore.Cassandra
Entity Framework Core provider for Cassandra
Stars: ✭ 23 (-11.54%)
Mutual labels:  entity-framework-core
fake-survey-generator
A slightly more-than-trivial full-stack application built with DDD & CQRS concepts
Stars: ✭ 49 (+88.46%)
Mutual labels:  entity-framework-core
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-42.31%)
Mutual labels:  entity-framework-core
emplea do
Open source tech jobs portal. Made with .Net Core
Stars: ✭ 75 (+188.46%)
Mutual labels:  entity-framework-core
Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (+76.92%)
Mutual labels:  entity-framework-core
Katmanli-Mimari-ETicaret-Core-Mvc
Baştan Sona Core Mvc ile Kendi E-Ticaret Siteni Mimari Bakış Açısıyla Hazırla.
Stars: ✭ 78 (+200%)
Mutual labels:  entity-framework-core
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (+303.85%)
Mutual labels:  entity-framework-core
reconciler
Update an entity graph in store to a given one by inserting, updating and removing the respective entities.
Stars: ✭ 24 (-7.69%)
Mutual labels:  entity-framework-core
ASP.NET-CORE-MVC-Sample-Registration-Login
C# Asp.Net Core MVC Sample Registration/Login/Email Activation Form with MsSQL Server/Entity Framework/Onion Architecture
Stars: ✭ 37 (+42.31%)
Mutual labels:  entity-framework-core
Liquid-Application-Framework
Liquid Application Framework documentation, useful links and sample project
Stars: ✭ 467 (+1696.15%)
Mutual labels:  entity-framework-core
MusicDatabase-API
This project is able to manage your songs, artists, albums and more by RESTful API. Developed with ASP.NET Core 2.0 & EF Core and used PostgreSQL Database Provider. Implemented Swagger to project.
Stars: ✭ 18 (-30.77%)
Mutual labels:  entity-framework-core
SQLiteEncryptionUsingEFCore
SQLite Encryption using Entity Framework Core (EFCore)
Stars: ✭ 42 (+61.54%)
Mutual labels:  entity-framework-core
dotnet-learning
Материалы для обучения C# и ASP.NET
Stars: ✭ 62 (+138.46%)
Mutual labels:  entity-framework-core
hexagonal-clean-architecture
Clean architecture focused on microservices with .NET Core 3.1 and C# 8
Stars: ✭ 47 (+80.77%)
Mutual labels:  entity-framework-core
RestWithASP-NETUdemy
No description or website provided.
Stars: ✭ 40 (+53.85%)
Mutual labels:  entity-framework-core
eixample
Multi-Tenant .NET 6 Architecture (Angular, Vue, React)
Stars: ✭ 61 (+134.62%)
Mutual labels:  entity-framework-core
EFCoreAutoMigrator
An aggresive auto migrator tool for EF core 2.1 and above
Stars: ✭ 21 (-19.23%)
Mutual labels:  entity-framework-core
StoreCleanArchitecture-NET
This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET
Stars: ✭ 19 (-26.92%)
Mutual labels:  entity-framework-core
CodexMicroORM
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
Stars: ✭ 32 (+23.08%)
Mutual labels:  entity-framework-core

Demos for blog posts abount Entity Framework Core

N+1 Queries Problem

See the method ExecuteDemoDbQueries in Program.cs

Blog posts:

Inheritance

Blog posts:

Table-Per-Hierarchy (TPH)

Code First: see the method ExecuteTphQueries in Program.cs and the file in /src/EntityFramework.Demo/TphModel/CodeFirst

Table-Per-Type (TPT)

Code First: see the method ExecuteTptQueries in Program.cs and the file in /src/EntityFramework.Demo/TptModel/CodeFirst

Changing Schema at Runtime

See the method ExecuteSchemaChangeQueries in Program.cs

Blog posts:

Issues with TransactionScopes

See the method ExecuteTransactionScopeDemosAsync in Program.cs

Blog posts: Entity Framework Core: Use TransactionScope with Caution!

Integration Testing

See code inside folder IntegrationTests

Blog posts: Entity Framework Core: Isolation of Integration Tests

Issues with RowVersion/Timestamp and NumberToBytesConverter

See method ExecuteRowVersionConversionDemos in Program.cs

Doing a LEFT JOIN with entities having a RowVersion on the right side may throw if using NumberToBytesConverter<T>.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].