Entity Framework 4 in Action
eBook - ePub

Entity Framework 4 in Action

  1. 576 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

About this book

Summary Entity Framework 4 in Action is an example-rich tutorial for.NET developers with full coverage of EF 4 features. The book begins with a review of the core ideas behind the ORM model and shows through detailed examples and larger case studies how Entity Framework offers a smooth transition from a traditional ADO.NET approach.
About the Technology
Entity Framework builds on the ADO.NET persistence model and the language features of LINQ to create a powerful persistence mechanism that bridges the gap between relational databases and object-oriented languages.
About the Book
Entity Framework 4 in Action is an example-rich tutorial that helps.NET developers learn and master the subject. It begins by explaining object/relational mapping and then shows how you can easily transition to EF from ADO.NET. Through numerous focused examples and two larger case studies, the book unfolds the EF story in a clear, easy-to-follow style. Infrastructure and inner workings of EF are discussed when you need them to understand a particular feature.This book is written for.NET developers. Knowledge of ADO.NET is helpful but not required. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside

  • Full coverage of EF 4 features
  • Layer separation, Data Layer, and Domain Model
  • Best practices

Table of Contents

PART 1 REDEFINING YOUR DATA-ACCESS STRATEGY

  • Data access reloaded: Entity Framework
  • Getting started with Entity Framework
  • PART 2 GETTING STARTED WITH ENTITY FRAMEWORK
  • Querying the object model: the basics
  • Querying with LINQ to Entities
  • Domain model mapping
  • Understanding the entity lifecycle
  • Persisting objects into the database
  • Handling concurrency and transactions
  • PART 3 MASTERING ENTITY FRAMEWORK
  • An alternative way of querying: Entity SQL
  • Working with stored procedures
  • Working with functions and views
  • Exploring EDM metadata
  • Customizing code and the designer

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Entity Framework 4 in Action by Marco De Sanctis,Stefano Mostarda,Daniele Bochicchio in PDF and/or ePUB format, as well as other popular books in Computer Science & Microsoft Programming. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About this Book
  8. About the Cover Illustration
  9. Part 1. Redefining your data-access strategy
  10. Chapter 1. Data access reloaded: Entity Framework
  11. Chapter 2. Getting started with Entity Framework
  12. Part 2. Getting started
  13. Chapter 3. Querying the object model: the basics
  14. Chapter 4. Querying with LINQ to Entities
  15. Chapter 5. Domain model mapping
  16. Chapter 6. Understanding the entity lifecycle
  17. Chapter 7. Persisting objects into the database
  18. Chapter 8. Handling concurrency and transactions
  19. Part 3. Mastering Entity Framework
  20. Chapter 9. An alternative way of querying: Entity SQL
  21. Chapter 10. Working with stored procedures
  22. Chapter 11. Working with functions and views
  23. Chapter 12. Exploring EDM metadata
  24. Chapter 13. Customizing code and the designer
  25. Part 4. Applied Entity Framework
  26. Chapter 14. Designing the application around Entity Framework
  27. Chapter 15. Entity Framework and ASP.NET
  28. Chapter 16. Entity Framework and n-tier development
  29. Chapter 17. Entity Framework and Windows applications
  30. Chapter 18. Testing Entity Framework
  31. Chapter 19. Keeping an eye on performance
  32. Appendix A. Understanding LINQ
  33. Appendix B. Entity Framework tips and tricks
  34. Index
  35. List of Figures
  36. List of Tables
  37. List of Listings