Mastering Entity Framework

Rahul Rajat Singh

  • 出版商: Packt Publishing
  • 出版日期: 2015-02-28
  • 售價: $1,880
  • 貴賓價: 9.5$1,786
  • 語言: 英文
  • 頁數: 304
  • 裝訂: Paperback
  • ISBN: 178439100X
  • ISBN-13: 9781784391003
  • 相關分類: Entity
  • 下單後立即進貨 (約3~4週)

商品描述

Effortlessly produce data-driven applications for .NET to address the competing demands of data storage and data modeling with Entity Framework

About This Book

  • Understand everything that requires to effectively start developing and managing data driven applications using Entity Framework.
  • Implement an example-based approach to understand various concepts associated with Entity Framework
  • Save time, learn faster, and gather knowledge that will provide advanced content on developing and managing data-driven applications using the Entity FrameworkData access is an integral part of any software application. Entity Framework provides a comprehensive, model-based system that makes the data access effortless for developers by freeing you from writing similar data access code for all the domain models

Who This Book Is For

This book is for .NET developers who are developing data-driven applications using ADO.NET or other data access technologies. This book is going to give you everything you need to effectively develop and manage data-driven applications using Entity Framework.

What You Will Learn

  • Find out the benefits of using Entity Framework over plain ADO.NET
  • Discover various approaches of using Entity Framework such as Database First, Model First, and Code First, and also learn how to choose the best approach for a given scenario
  • Explore how to manage Entity relationships, implement Entity inheritance, and perform model validations
  • Understand how to use stored procedures and functions using Entity Framework
  • Familiarize yourself with domain modeling using Entity Framework
  • Become proficient in managing database creation and seeding dummy data in a database
  • Understand LINQ to Entities and Entity SQL to query data using Entity Framework
  • Manage concurrency and transactions using Entity Framework

In Detail

Data access is an integral part of any software application. Entity Framework provides a model-based system that makes data access effortless for developers by freeing you from writing similar data access code for all of your domain models.

Mastering Entity Framework provides you with a range of options when developing a data-oriented application. You'll get started by managing the database relationships as Entity relationships and perform domain modeling using Entity Framework. You will then explore how you can reuse data access layer code such as stored procedures and table-valued functions, and perform various typical activities such as validations and error handling. You'll learn how to retrieve data by querying the Entity Data Model and understand how to use LINQ to Entities and Entity SQL to query the Entity Data Model.