All Projects → entityframeworktutorial → EF6-DBFirst-Demo

entityframeworktutorial / EF6-DBFirst-Demo

Licence: MIT license
Entity Framework 6 Database-First Demo Project

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to EF6-DBFirst-Demo

MoalemYar
A personal project for class management, using various technologies like WPF, Entityframwork, CodeFirst, Sqlite, Migration and more
Stars: ✭ 53 (-51.82%)
Mutual labels:  entityframework
Efcore.bulkextensions
Entity Framework Core Bulk Batch Extensions for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, SQLite
Stars: ✭ 2,295 (+1986.36%)
Mutual labels:  entityframework
Entityframework Plus
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
Stars: ✭ 1,848 (+1580%)
Mutual labels:  entityframework
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 (-70.91%)
Mutual labels:  entityframework
Detached-Mapper
An ORM friendly mapper. Allows saving entire entity graphs. Heavily inspired in GraphDiff and AutoMapper.
Stars: ✭ 89 (-19.09%)
Mutual labels:  entityframework
EF6-Code-First-Demo
Entity Framework 6 Code-First Demo Project
Stars: ✭ 135 (+22.73%)
Mutual labels:  entityframework
VehicleTracker
Vehicle Tracker with Microservice example
Stars: ✭ 70 (-36.36%)
Mutual labels:  entityframework
EmlakProjesi
Emlak ilanları yayınlama ve yönetme sistemi
Stars: ✭ 12 (-89.09%)
Mutual labels:  entityframework
CSharpCampReCapProject
Kodlama.io | C# Camp | Recap Project | Car Rental System | 2021
Stars: ✭ 17 (-84.55%)
Mutual labels:  entityframework
ENLOCK
Efcore with no lock extention
Stars: ✭ 25 (-77.27%)
Mutual labels:  entityframework
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (-57.27%)
Mutual labels:  entityframework

EF6-DBFirst-Demo

Entity Framework 6 Database-First Demo Project

Instructions to run this demo project:

  • Download EF6-DBFirst-Demo project and open it in Visual Studio 2017.
  • Open MS SQL Server 2012 and attach SchoolDB.mdf (included in EF6DBFirstDemo folder).
  • Verify the connection string in App.config in Visual Studio and make sure that it is pointing to your local DB server.
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].