All Projects → dotnet → Entityframework.docs

dotnet / Entityframework.docs

Licence: other
Documentation for Entity Framework Core and Entity Framework 6

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Entityframework.docs

Entityframework.lazyloading
LazyLoading for EF Core
Stars: ✭ 23 (-97.41%)
Mutual labels:  orm, entity-framework, entity-framework-core
Linq2db.entityframeworkcore
Bring power of Linq To DB to Entity Framework Core projects
Stars: ✭ 166 (-81.31%)
Mutual labels:  orm, entity-framework, entity-framework-core
Maikebing.entityframeworkcore.taos
Entity, Framework, EF, Core, Data, O/RM, entity-framework-core,TDengine
Stars: ✭ 113 (-87.27%)
Mutual labels:  orm, entity-framework, entity-framework-core
Pomelo.entityframeworkcore.mysql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
Stars: ✭ 2,099 (+136.37%)
Mutual labels:  orm, entity-framework, entity-framework-core
BlazorEFCoreMultitenant
Examples of multitenancy using EF Core and Blazor.
Stars: ✭ 67 (-92.45%)
Mutual labels:  entity-framework, entity-framework-core
LinqBuilder
LinqBuilder is an advanced implementation of the specification pattern specifically targeting LINQ query generation.
Stars: ✭ 34 (-96.17%)
Mutual labels:  entity-framework, entity-framework-core
EntityFrameworkCore.Triggered
Triggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.
Stars: ✭ 361 (-59.35%)
Mutual labels:  entity-framework, entity-framework-core
Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
Stars: ✭ 372 (-58.11%)
Mutual labels:  entity-framework, entity-framework-core
.NET-Core-Learning-Journey
Some of the projects i made when starting to learn .NET Core
Stars: ✭ 37 (-95.83%)
Mutual labels:  entity-framework, entity-framework-core
Efcore.pg
Entity Framework Core provider for PostgreSQL
Stars: ✭ 838 (-5.63%)
Mutual labels:  entity-framework, 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 (-96.4%)
Mutual labels:  entity-framework, entity-framework-core
EntityFrameworkCore.AutoFixture
A library aimed to minimize the boilerplate required to unit-test Entity Framework Core code using AutoFixture and in-memory providers.
Stars: ✭ 31 (-96.51%)
Mutual labels:  entity-framework, entity-framework-core
Blazor-CRUD
Simple CRUD application using C#/Blazor
Stars: ✭ 25 (-97.18%)
Mutual labels:  entity-framework, entity-framework-core
Uno.SQLitePCLRaw.Wasm
An SQLiteRaw WebAssembly provider for SQLitePCLRaw.core
Stars: ✭ 25 (-97.18%)
Mutual labels:  entity-framework, entity-framework-core
Docs
Cycle ORM Documentation
Stars: ✭ 95 (-89.3%)
Mutual labels:  documentation, orm
NETProvider
Firebird ADO.NET Data Provider
Stars: ✭ 113 (-87.27%)
Mutual labels:  entity-framework, entity-framework-core
EFCore.Cassandra
Entity Framework Core provider for Cassandra
Stars: ✭ 23 (-97.41%)
Mutual labels:  entity-framework, entity-framework-core
Efdesigner
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
Stars: ✭ 256 (-71.17%)
Mutual labels:  entity-framework, entity-framework-core
Entityframeworkcore.cacheable
EntityFrameworkCore second level cache
Stars: ✭ 138 (-84.46%)
Mutual labels:  orm, entity-framework
Efsecondlevelcache.core
Entity Framework Core Second Level Caching Library
Stars: ✭ 300 (-66.22%)
Mutual labels:  entity-framework, entity-framework-core

Entity Framework Docs

This project contains the source for EF Core and EF6 documentation located at docs.microsoft.com/ef.

Documentation issues for both EF Core and EF6 should be filed in this repo. Product issues (bugs) should be filed in the EF Core repo or the EF6 repo as appropriate.

We accept pull requests!

Fixing typos/spelling/grammar/etc

Consider sending a pull request rather than filing an issue. This can be done entirely from the web:

  • From upper right corner of the document, select the pen icon: image

    Note: You might need to make the browser window wider to see the pen icon.

  • Click on the edit button (✏️) to edit in your web browser

image

  • When done, add a title and description, then use the Create a new branch and start a pull request. option.

image

Note that you can also clone this repo and do a GitHub PR in the normal way.

Making more substantial changes

Pull requests for more substantial changes are also encouraged. However, before submitting a pull request, please read the CONTRIBUTING guidelines, which include information on how to build the docs locally, as well as style and organizational guidance.

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].