SlideShare a Scribd company logo
Entity Framework Today


         Julie Lerman
               The Data Farm
        jlerman@thedatafarm.com
            twitter @julielerman
       Presented at Dotnet-zentral.ch
                May 2, 2012
Julie Lerman
consultant/mentor
Microsoft MVP, INETA Speaker,
ASPInsider, MCP, VTdotNET Leader,
Pluralsight video author
contact
jlerman@theDataFarm.com
www.thedatafarm.com
blog
theDataFarm.com/blog
twitter
@julielerman
book web site
LearnEntityFramework.com
Plan A
• Entity Framework Overview
• “Getting Started” Code
• Focus on some features
• Non-”DemoWare” Solution
Object
     Relational
     Mapper




LINQ to Entities
Entity SQL
Entity Data Model
                           Runtime
EDMX                          EDM

(XML)               System.Data.Metadata.Edm
                             .EntityType
                           .EdmProperty
                         .AssociationType
                              .EdmType
                                .Facet




Code + Code First
EF4.x              EntityFramework.dll


Code First DbContext
Model-less EF                      Simpler Access
 POCOPOCOPOCOPOCO                   Find, Local, Validation, etc…




Entity Framework 4




                                                              Visual Studio 2010
                                                                EDM Designer
       “Core”
                   (in .NET 4)
 (Object Services API (ObjectContext) & EntityClient API)
EF 5.x              EntityFramework.dll


Code First DbContext
Model-less EF                      Simpler Access
 POCOPOCOPOCOPOCO                   Find, Local, Validation, etc…




 Entity Framework




                                                                             Visual Studio 11
        Core



                                                              EDM Designer
                 (in .NET 4.5)
 (Object Services API (ObjectContext) & EntityClient API)
  New: Enum support, Geo Data, auto query cache etc.
EntityFramework.dll
Getting Started
                      Pick your modeling workflow
                         DB First, Model First, Code First

                    Use DbContext for new projects
                    ObjectContext accessible if you need it

                                    Database?
                 Existing or let Code First/Model First create it

                       Database or Model Changes
          Model Updates & DB Updates (“migrations”) supported

                            Consider architecture
*Separate projects for model, context, etc   *Repositories, UOW, automated tests, etc.
Shall we code?
Feature Demos
More on migrations
No-tracking queries (performance)
Managing disconnected state
Data layer validations
My favorite small DbContext features
T4Scaffolding to gen context & repo
ARCHITECTURE
UI
 Service Layer
  Bus Layer
 Repo/UoW LINQ
Data Layer EF
Database
Testable
                            Classes
                                              System.Data.Entity
  Fake
Object/DbSet
                         Fake
                                               Metadata &
           Fake Context & DataA              Object/DbContext
      Context & Data B

                              Class
                               Class
                                Class
                           Repositories
                                 Class
                            Repositories
Tests
                             Repositories
                              Repositories
                            Unit of Work
                                                   UI
Some “controversies”


EF &Repository/Unit of Work

Abstracting ORMs
Resources
•   MSDN Developer Center: msdn.com/data/ef
•   EF Team: blogs.msdn.com/adonet
•   Rowan Miller Blog: romiller.com
•   Arthur Vickers: blog.oneunicorn.com
•   Julie Lerman: thedatafarm.com/blog
•   LearnEntityFramework.com
•   Pluralsight.com videos
•   MSDN Magazine Data Points Column
    – http://JulieL.me/datapointscolumn
Julie Lerman
consultant/mentor
Microsoft MVP, INETA Speaker,
ASPInsider, MCP, VTdotNET Leader
contact
jlerman@theDataFarm.com
www.thedatafarm.com
blog
theDataFarm.com/blog
twitter
@julielerman
book web site
LearnEntityFramework.com
Resources
•   MSDN Developer Center: msdn.com/data/ef
•   EF Team: blogs.msdn.com/adonet
•   Rowan Miller Blog: romiller.com
•   Arthur Vickers: blog.oneunicorn.com
•   Julie Lerman: thedatafarm.com/blog
•   LearnEntityFramework.com
•   Pluralsight.com videos
•   MSDN Magazine Data Points Column
    – http://JulieL.me/datapointscolumn
Julie Lerman
consultant/mentor
Microsoft MVP, INETA Speaker,
ASPInsider, MCP, VTdotNET Leader
contact
jlerman@theDataFarm.com
www.thedatafarm.com
blog
theDataFarm.com/blog
twitter
@julielerman
book web site
LearnEntityFramework.com

More Related Content

PPTX
EF6 or EF Core? How Do I Choose?
PPTX
A Tour of EF Core's (1.1) Most Interesting & Important Features
PPTX
PDF
Facilitating Idiomatic Swift with Objective-C
PDF
Wordpress and the JSON API
PPTX
Athens Ruby Meetup #3: IronRuby
PPTX
DNN Web API For Mobile
PDF
The Python in the Apple
EF6 or EF Core? How Do I Choose?
A Tour of EF Core's (1.1) Most Interesting & Important Features
Facilitating Idiomatic Swift with Objective-C
Wordpress and the JSON API
Athens Ruby Meetup #3: IronRuby
DNN Web API For Mobile
The Python in the Apple

What's hot (20)

PDF
MongoDB World 2018: A Swift Introduction to Swift
PPTX
Using PowerShell as DSL in .Net applications
PPTX
Concurrent paradigms - Paralelism approaches
PPT
Be project ppt asp.net
PDF
Monorepo: React Web & React Native
PDF
Monorepo: React + React Native. React Alicante
PPTX
Dependency injection presentation
PPTX
Empathic API-Design
ODP
OSGi Sticker Shock Eclipse Con 2010
PPTX
Spring integration with the Java DSL
PPT
LINQ in Visual Studio 2008
PPTX
Asp.net and .Net Framework ppt presentation
PPTX
.Net language support
PPTX
Developing hybrid ASP.NET Core applications in Azure App Service consuming o...
PDF
6. entity framework 6 aspdotnet-mvc5-slides
PPTX
Building data centric applications for web, desktop and mobile with Entity Fr...
PPTX
ECS2018 PnP Training Day - Branding
PDF
Learn how to build Functional Reactive Applications with Elm, Node.js and Inf...
PDF
EMPEX LA 2018 - Inclusion Starts with Docs
PDF
Beam me up, scotty (PUG Roma)
MongoDB World 2018: A Swift Introduction to Swift
Using PowerShell as DSL in .Net applications
Concurrent paradigms - Paralelism approaches
Be project ppt asp.net
Monorepo: React Web & React Native
Monorepo: React + React Native. React Alicante
Dependency injection presentation
Empathic API-Design
OSGi Sticker Shock Eclipse Con 2010
Spring integration with the Java DSL
LINQ in Visual Studio 2008
Asp.net and .Net Framework ppt presentation
.Net language support
Developing hybrid ASP.NET Core applications in Azure App Service consuming o...
6. entity framework 6 aspdotnet-mvc5-slides
Building data centric applications for web, desktop and mobile with Entity Fr...
ECS2018 PnP Training Day - Branding
Learn how to build Functional Reactive Applications with Elm, Node.js and Inf...
EMPEX LA 2018 - Inclusion Starts with Docs
Beam me up, scotty (PUG Roma)
Ad

Viewers also liked (15)

PPTX
Tarea 7-maria-elena-reyes-romero bien (1)
PDF
žEdna voda, guste godine i kuke za nebo željko kalinić
PPTX
Positive Interventions
PPT
NationBildGuid
DOCX
Soberania, territorio y petroleo
PPT
CóMo Subir Una PresentacióN De Power Point En
ODP
Prac4
PPTX
динамические паузы
PDF
Lou Adler & Lever Webinar: How Dumping Skills-Infested Job Descriptions Will ...
PDF
02 estructuracion 148 155
PDF
Peritaje Lyon House 1a Parte
DOCX
Metrado de cargas
PDF
Rehabilitación Estructural
PDF
Diseño y Construcción de Edificios Altos en Panamá.
DOCX
PROCESOS PEDAGOGICOS Y DIDACTICOS
Tarea 7-maria-elena-reyes-romero bien (1)
žEdna voda, guste godine i kuke za nebo željko kalinić
Positive Interventions
NationBildGuid
Soberania, territorio y petroleo
CóMo Subir Una PresentacióN De Power Point En
Prac4
динамические паузы
Lou Adler & Lever Webinar: How Dumping Skills-Infested Job Descriptions Will ...
02 estructuracion 148 155
Peritaje Lyon House 1a Parte
Metrado de cargas
Rehabilitación Estructural
Diseño y Construcción de Edificios Altos en Panamá.
PROCESOS PEDAGOGICOS Y DIDACTICOS
Ad

Similar to Entity Framework Today (May 2012) (20)

PPTX
Applying EF Code First at Your Job
PDF
Architecting Smarter Apps with Entity Framework
PPTX
dotNet Miami - June 21, 2012: Richie Rump: Entity Framework: Code First and M...
PPTX
Entity Framework: Code First and Magic Unicorns
PPTX
Entity Framework v1 and v2
PPTX
Getting started with entity framework
PDF
Entity Framework 6 Recipes 2nd Edition Brian Driscoll
PPTX
Entity Framework V1 and V2
PPTX
Building N Tier Applications With Entity Framework Services 2010
PDF
Learn Entity Framework in a day with Code First, Model First and Database First
PPTX
MVC and Entity Framework 4
PPTX
PPTX
Entity Framework Database and Code First
PPTX
Microsoft Entity Framework
PPTX
Building nTier Applications with Entity Framework Services (Part 1)
PPTX
ASP.NET MVC and Entity Framework 4
PPT
Getting started with entity framework revised 9 09
PPTX
Entity Framework 4
PDF
Entity Framework 6 Recipes 2nd Edition Brian Driscoll
PPT
Entity Framework 4 In Microsoft Visual Studio 2010
Applying EF Code First at Your Job
Architecting Smarter Apps with Entity Framework
dotNet Miami - June 21, 2012: Richie Rump: Entity Framework: Code First and M...
Entity Framework: Code First and Magic Unicorns
Entity Framework v1 and v2
Getting started with entity framework
Entity Framework 6 Recipes 2nd Edition Brian Driscoll
Entity Framework V1 and V2
Building N Tier Applications With Entity Framework Services 2010
Learn Entity Framework in a day with Code First, Model First and Database First
MVC and Entity Framework 4
Entity Framework Database and Code First
Microsoft Entity Framework
Building nTier Applications with Entity Framework Services (Part 1)
ASP.NET MVC and Entity Framework 4
Getting started with entity framework revised 9 09
Entity Framework 4
Entity Framework 6 Recipes 2nd Edition Brian Driscoll
Entity Framework 4 In Microsoft Visual Studio 2010

More from Julie Lerman (20)

PPTX
EF Core in Containerized ASP.NET Core APIs
PPTX
Domain-Driven Design with Tender Loving Care (DDD with TLC)
PPTX
What's New in Visual Studio 2017
PPTX
Microsoft for developers open source and cross platform
PPTX
Entity Framework and Domain Driven Design
PPTX
RavenDB Overview
PDF
Julie Lerman: Entity Framework FTQs (Frequently Tweeted Questions)
PDF
Julie Lerman Entity Framework in the Enterprise (Boston Code Camp March 2013)
PPTX
Working With Sql Azure from Entity Framework On-Premises (Julia Lerman)
PPTX
Perspectives on Entity Framework, Julie Lerman
PPTX
Entity Framework NYC Firestarter
PPTX
Getting Persistence Ignorant with Entity Framework, Julie Lerman
PPTX
Building n-Tier ASP.NET WebForms with Entity Framework 4, Lerman
PPTX
Persistence Ignorance in Entity Framework 4, Julie Lerman
PPTX
Persistence Ignorance in Entity Framework 4, Julie Lerman
PPTX
Entity Framework 4 and WCF
PPTX
Julie Lerman Agile Entity Framework (March 2010)
PDF
AgileEntity Framework 4
PPTX
Lerman Adx303 Entity Framework 4 In Aspnet
PPTX
Lerman Vvs14 Ef Tips And Tricks
EF Core in Containerized ASP.NET Core APIs
Domain-Driven Design with Tender Loving Care (DDD with TLC)
What's New in Visual Studio 2017
Microsoft for developers open source and cross platform
Entity Framework and Domain Driven Design
RavenDB Overview
Julie Lerman: Entity Framework FTQs (Frequently Tweeted Questions)
Julie Lerman Entity Framework in the Enterprise (Boston Code Camp March 2013)
Working With Sql Azure from Entity Framework On-Premises (Julia Lerman)
Perspectives on Entity Framework, Julie Lerman
Entity Framework NYC Firestarter
Getting Persistence Ignorant with Entity Framework, Julie Lerman
Building n-Tier ASP.NET WebForms with Entity Framework 4, Lerman
Persistence Ignorance in Entity Framework 4, Julie Lerman
Persistence Ignorance in Entity Framework 4, Julie Lerman
Entity Framework 4 and WCF
Julie Lerman Agile Entity Framework (March 2010)
AgileEntity Framework 4
Lerman Adx303 Entity Framework 4 In Aspnet
Lerman Vvs14 Ef Tips And Tricks

Recently uploaded (20)

PPTX
Big Data Technologies - Introduction.pptx
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PDF
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Transforming Manufacturing operations through Intelligent Integrations
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Sensors and Actuators in IoT Systems using pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Advanced IT Governance
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Big Data Technologies - Introduction.pptx
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Transforming Manufacturing operations through Intelligent Integrations
Spectral efficient network and resource selection model in 5G networks
Sensors and Actuators in IoT Systems using pdf
MYSQL Presentation for SQL database connectivity
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
cuic standard and advanced reporting.pdf
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
GamePlan Trading System Review: Professional Trader's Honest Take
Chapter 3 Spatial Domain Image Processing.pdf
Electronic commerce courselecture one. Pdf
Advanced IT Governance
Per capita expenditure prediction using model stacking based on satellite ima...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows

Entity Framework Today (May 2012)

  • 1. Entity Framework Today Julie Lerman The Data Farm [email protected] twitter @julielerman Presented at Dotnet-zentral.ch May 2, 2012
  • 2. Julie Lerman consultant/mentor Microsoft MVP, INETA Speaker, ASPInsider, MCP, VTdotNET Leader, Pluralsight video author contact [email protected] www.thedatafarm.com blog theDataFarm.com/blog twitter @julielerman book web site LearnEntityFramework.com
  • 3. Plan A • Entity Framework Overview • “Getting Started” Code • Focus on some features • Non-”DemoWare” Solution
  • 4. Object Relational Mapper LINQ to Entities Entity SQL
  • 5. Entity Data Model Runtime EDMX EDM (XML) System.Data.Metadata.Edm .EntityType .EdmProperty .AssociationType .EdmType .Facet Code + Code First
  • 6. EF4.x EntityFramework.dll Code First DbContext Model-less EF Simpler Access POCOPOCOPOCOPOCO Find, Local, Validation, etc… Entity Framework 4 Visual Studio 2010 EDM Designer “Core” (in .NET 4) (Object Services API (ObjectContext) & EntityClient API)
  • 7. EF 5.x EntityFramework.dll Code First DbContext Model-less EF Simpler Access POCOPOCOPOCOPOCO Find, Local, Validation, etc… Entity Framework Visual Studio 11 Core EDM Designer (in .NET 4.5) (Object Services API (ObjectContext) & EntityClient API) New: Enum support, Geo Data, auto query cache etc.
  • 9. Getting Started Pick your modeling workflow DB First, Model First, Code First Use DbContext for new projects ObjectContext accessible if you need it Database? Existing or let Code First/Model First create it Database or Model Changes Model Updates & DB Updates (“migrations”) supported Consider architecture *Separate projects for model, context, etc *Repositories, UOW, automated tests, etc.
  • 11. Feature Demos More on migrations No-tracking queries (performance) Managing disconnected state Data layer validations My favorite small DbContext features T4Scaffolding to gen context & repo
  • 13. UI Service Layer Bus Layer Repo/UoW LINQ Data Layer EF Database
  • 14. Testable Classes System.Data.Entity Fake Object/DbSet Fake Metadata & Fake Context & DataA Object/DbContext Context & Data B Class Class Class Repositories Class Repositories Tests Repositories Repositories Unit of Work UI
  • 16. Resources • MSDN Developer Center: msdn.com/data/ef • EF Team: blogs.msdn.com/adonet • Rowan Miller Blog: romiller.com • Arthur Vickers: blog.oneunicorn.com • Julie Lerman: thedatafarm.com/blog • LearnEntityFramework.com • Pluralsight.com videos • MSDN Magazine Data Points Column – http://JulieL.me/datapointscolumn
  • 17. Julie Lerman consultant/mentor Microsoft MVP, INETA Speaker, ASPInsider, MCP, VTdotNET Leader contact [email protected] www.thedatafarm.com blog theDataFarm.com/blog twitter @julielerman book web site LearnEntityFramework.com
  • 18. Resources • MSDN Developer Center: msdn.com/data/ef • EF Team: blogs.msdn.com/adonet • Rowan Miller Blog: romiller.com • Arthur Vickers: blog.oneunicorn.com • Julie Lerman: thedatafarm.com/blog • LearnEntityFramework.com • Pluralsight.com videos • MSDN Magazine Data Points Column – http://JulieL.me/datapointscolumn
  • 19. Julie Lerman consultant/mentor Microsoft MVP, INETA Speaker, ASPInsider, MCP, VTdotNET Leader contact [email protected] www.thedatafarm.com blog theDataFarm.com/blog twitter @julielerman book web site LearnEntityFramework.com