Chapter 3. Integrating Entity Framework and ASP.NET

 

This chapter covers
  • Handling the context in ASP.NET applications
  • Optimizing persistence in ASP.NET applications
  • Managing concurrency
  • Optimizing performance

 

In the previous chapter, we talked about the different ways you can design your application. We focused mainly on data access code, and you discovered how using Entity Framework might save your life.

In this chapter, we’ll look at integrating Entity Framework and ASP.NET. You’ll see some of the techniques you learned in the previous chapter and how to use them in this environment. You’ll learn how to handle context instantiation and destruction to achieve the best performance and design. You’ll also learn how to persist modifications ...

Get ASP.NET 4.0 in Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.