Download presentation
Presentation is loading. Please wait.
Published byGervais Ball Modified over 9 years ago
4
Entity Framework Query Generation – LINQ-syntax – Auto-compilation Database Access – Single context during page interaction – —————— Less code – ———————— Better performance – ————————————————— Some Page
5
What We Have Today Some Page -Factory -Manager -DAL 160+1 160+1 -Collection 160+1 What if we need different data? What if we add a new database table? -Service Façade ObjectSettings
6
What We’re Going For -DbContext Entity Some Page
7
What We Have Today Some Page -Factory -Manager -DAL 160+1 160+1 -Collection 160+1 What if we need different data? What if we add a new database table? -Service Façade
8
What We’re Going For Deletable -DbContext Creatable SearchByDate Entity Some Page What if we need different data? What if we add a new database table? SearchByName +1
9
Aftermath Doesn’t this break literally everything? –Let’s do a demodemo What we’ve learned –You can’t spell “Hackathon” without “Hack” –Implementing a new framework isn’t a three day task But it can be done piece-by-piece
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.