I spoke at VSLive Orlando 2018 last week and as promised here are the slides and code samples from my Entity Framework Core for Enterprise Applications talk.
What do you do when your simple Entity Framework app isn’t so simple anymore? The entity relationships are starting to get complex. You’re getting worried about performance problems. Can you even use Entity Framework in a high-performance, scalable web application?
In this session, we’ll go beyond the simple Code First entity framework cases and start get into more complex class designs and relationships. We’ll talk about how to handle the sticky issues around lazy-loading, concurrency, cascading deletes, occasional connectedness, and performance testing. Plus, along the way we’ll talk strategy for DevOps, stored procedures, unit testing, and incremental deployment, too.
If you have any questions, drop me an email or a comment.
Enjoy!
-Ben
Leave a Reply