{"id":25958076,"url":"https://github.com/georgecatalin-codepractice-courses/getting-started-with-entity-framework-6","last_synced_at":"2026-05-09T13:40:33.437Z","repository":{"id":127926667,"uuid":"234078363","full_name":"georgecatalin-CodePractice-Courses/Getting-Started-with-Entity-Framework-6","owner":"georgecatalin-CodePractice-Courses","description":"Code practice associated with the course \"Getting Started with Entity Framework 6\" from Pluralsight.","archived":false,"fork":false,"pushed_at":"2020-01-16T15:29:06.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-05T08:44:58.210Z","etag":null,"topics":["database","ef6","entity-framework","pluralsight-course"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/georgecatalin-CodePractice-Courses.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-15T12:42:36.000Z","updated_at":"2022-07-07T15:41:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"c94fccbc-7d9e-4cdd-b8ae-8d57ff47ca29","html_url":"https://github.com/georgecatalin-CodePractice-Courses/Getting-Started-with-Entity-Framework-6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/georgecatalin-CodePractice-Courses/Getting-Started-with-Entity-Framework-6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgecatalin-CodePractice-Courses%2FGetting-Started-with-Entity-Framework-6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgecatalin-CodePractice-Courses%2FGetting-Started-with-Entity-Framework-6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgecatalin-CodePractice-Courses%2FGetting-Started-with-Entity-Framework-6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgecatalin-CodePractice-Courses%2FGetting-Started-with-Entity-Framework-6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georgecatalin-CodePractice-Courses","download_url":"https://codeload.github.com/georgecatalin-CodePractice-Courses/Getting-Started-with-Entity-Framework-6/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgecatalin-CodePractice-Courses%2FGetting-Started-with-Entity-Framework-6/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32821905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","ef6","entity-framework","pluralsight-course"],"created_at":"2025-03-04T17:53:37.621Z","updated_at":"2026-05-09T13:40:33.429Z","avatar_url":"https://github.com/georgecatalin-CodePractice-Courses.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting-Started-with-Entity-Framework-6\nCode practice associated with the course \"Getting Started with Entity Framework 6\" from Pluralsight \n\n\u003e This course is part of: Entity Framework 6 Path\n\n\n## Overview of Entity Framework 6 \n### Introduction 14s\n### Why EF? Why This Course? 3m 1s\n### What's in This Course? 2m 2s\n### What's in This Module? 2m 2s\n### Entity Framework Goals 3m 6s\n### Where to Use Entity Framework 6 47s\n### High Level Look at How EF Works 1m 56s\n### Visual or Code Based Models from Scratch or Existing Database 4m 16s\n### Where EF Fits in Your Software Architecture 1m 46s\n### From Inception to EF6: A Short History 3m 55s\n### EF7 is Coming, But EF6 Is Staying, Too 7m 8s\n### Summary 1m 39s\n### Resources 17s\n\n## Creating a Code-based Model and Database\n### Introduction 15s\n### What's in this Module 31s\n### Preparing the Sample Solution 5m 34s\n### Creating an Entity Framework Model 5m 35s\n### Validating Your EF Model 2m 50s\n### Fixing How EF Interprets Your Model 4m 30s\n### Using Code First Migrations to Create a Database9m 26s\n### Migrating a Database When Your Model Changes 2m 44s\n### Creating Visual and Code Models from Existing Databases 7m 2s\n### Summary 1m 11s\n### Resources 21s\n\n## Using EF to Interact with Your Data\n### Introduction 15s\n### What's in This Module? 57s\n### Inserting Objects 5m 47s\n### Querying Simple Objects 6m 31s\n### Updating Modified Objects 5m 46s\n### Retrieving Data with the Find and SqlQuery Methods 3m 0s\n### Deleting Simple Objects 3m 1s\n### Inserting Related Data 3m 52s\n### Loading Related Data 4m 51s\n### Projection Queries 1m 55s\n### Summary 1m 1s\n### Resources 24s\n\n## Using EF in Your Applications\n### Introduction 15s\n### What's in This Module? 1m 30s\n### Adding Some Real World Logic to the Model 6m 25s\n### EF in a WPF Application 4m 46s\n### The UI and Repository Code Driving the WPF App 5m 28s\n### EF in an MVC5 Application 5m 29s\n### A Repository Designed for Disconnected Apps 6m 45s\n### Using the Disconnected Repository in the MVC5 App 3m 37s\n### Entity Framework and ASP.NET Web API 5m 33s\n### Using EF and the Web API in an Aurelia Web Site 3m 48s\n### Bonus Clip: Calling the Web API and Data Binding from Aurelia 2m 49s\n### Summary 1m 11s\n### Resources 16s\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgecatalin-codepractice-courses%2Fgetting-started-with-entity-framework-6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgecatalin-codepractice-courses%2Fgetting-started-with-entity-framework-6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgecatalin-codepractice-courses%2Fgetting-started-with-entity-framework-6/lists"}