Skip to content

Jorriss/Demo.EFDataProfessionals

Repository files navigation

Demo.EFDataProfessionals

This project are the demos to the Entity Framework for Data Professionals. For more information on the presentation go to http://www.jorriss.net/blog/efdataprofessionals.

Please note: These demos are to show some issues with Entity Framework not best practices in console applications. I'm just sayin'.

What's In Here

There are four solutions in this repo

  • AdventureWorksEF - This uses AdventureWorks2012 database. Demonstrates the n + 1 problem and how EF could kill indexes.
  • EF Test - This is used to demonstrate what happens when you generate a database from a project with one class that has four properties.
  • Pubs - Uses the Pubs database. Used to demonstrate that you can get implicit conversion issues with Entity Framework.
  • StackOverflow - Uses the StackOverflow data dump. Used to show how LIKE performance can be improved by using Full-Text Search.

Databases

About

This project holds the demos to the Entity Framework for Data Professionals presentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages