jeff Derstadt (jeffders@microsoft.com)
Jonathan Aneja (jonaneja@microsoft.com)
Use Enity Framework to generate classes
Using MVC can add comntrollers based on the enity framework
USe nuget to find things not shipped with vS - can install items just to project you are in not every project
Viewmodel class..store data gotten from controller
turn off entity framework change tracking if using readonly data to improve speed
Lazy Loading (need to research)
Compiled Queries - use most complex, and use for queries that are called the most
Eager Loading (look into)
www.tinyurl/efproviders list of providers for entity framework
Next version will be able to bring in stps
Next version of EF will have support for enum types, and spacial data
Will also be able to suse table value functions instead of stps
wwww.msdn.com/data/ef
http://blogs.msdn.com/efdesign
No comments:
Post a Comment