Cargando…

Entity framework 6 recipes /

Entity Framework6 Recipes provides an exhaustive collection of ready-to-use code solutions for Entity Framework, Microsoft'smodel-centric, data-access platform for the .NET Framework and ASP.NET development. With this book, you will learn the core concepts of Entity Framework through a broad ra...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Driscoll, Brian (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley : Apress, 2013.
Edición:Second edition.
Colección:Expert's voice in .NET.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Chapter 1. Getting started with Entity Framework
  • chapter 2. Entity data modeling fundamentals
  • chapter 3. Querying an Entity Data Model
  • chapter 4. Using Entity Framework in ASP.NET MVC
  • chapter 5. Loading entities and navigation properties
  • chapter 6. Beyond the basics with modeling and inheritance
  • chapter 7. Working with Object Services
  • chapter 8. Plain Old CLR Objects
  • chapter 9. Using the Entity Framework in n-Tier applications
  • chapter 10. Stored procedures
  • chapter 11. Functions
  • chapter 12. Customizing Entity Framework objects
  • chapter 13. Improving performance
  • chapter 14. Concurrency.