Skip to content

Walk-through to show simple ways to improve LINQ queries over Entity Framework to monitor and generate efficient SQL

Notifications You must be signed in to change notification settings

dlopezcuadrado/AdventureWorksSimpleDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adventure Works ORM Demo

This demo intends to show different ways of improving performance by optimizing LINQ queries yet displaying ways to monitor and debug activity that Entity Framework (ORM) generates in the backgroud

Dowload AdventureWorks2016 database at https://www.microsoft.com/en-us/download/details.aspx?id=49502

Technologies

This demo makes use of the following components:

External Tools

I strongly recommend the use of the following components in order to monitor activity, apply best practices for coding and boost performance:

More Resources

About

Walk-through to show simple ways to improve LINQ queries over Entity Framework to monitor and generate efficient SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.9%
  • HTML 9.9%
  • PLpgSQL 2.4%
  • JavaScript 2.4%
  • Other 0.4%