Pro Entity Framework 4.0
Scott KleinBooks.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
Previously, SQL developers have been able to almost entirely ignore the SQLCLR and treat it as a peripheral technology—almost an extension to the main product. With the advent of LINQ and the Entity Framework, this is no longer the case, and the SQLCLR is moving to the center stage. It’s a powerful product but, for many, it is an entirely new way of working with data. Pro Entity Framework 4.0 will help readers understand the implications of the Entity Framework and how it can be used to change their development practices and make their databases more powerful and flexible. Since many readers will be encountering this subject for the first time, the book will create an inclusive environment in which the concepts of .NET development are approached from the perspective of the Relational TSQL developer to foster a sense of sharedownership in keeping with Microsoft’s latest best practices.
- Comprehensive coverage of the new greater and more challenging integration with .NET 3.5
- Written from a realworld perspective and examines the features offered by LINQ and the Entity Framework that will help solve problems experienced by professional developers
- Contains insight, interpretation, analysis, and evangelism instead of just plain fact
- Examine the SQLCLR architecture.
- Learn the fundamentals of LINQ.
- Use LINQ with SQL and datasets.
- Extend LINQ.
- Gain a holistic view of the features of LINQ and the Entity Framework and how they segue with other features of the .NET Framework and native features of the operating system.
- Write practical applications of LINQ and the Entity Framework.
.NET and SQL developers who use Microsoft SQL Server 2008 as their backend database. Database administrators who create, manage, and secure those databases.
Table of Contents
- Introducing the ADO.NET 4.0 Entity Framework
- The Entity Data Model
- The Entity Data Model Inside and Out
- Querying the EDM
- Working with Entities
- Stored Procedures and the EDM
- Relationships and Associations
- T4 Code Generation
- Model-First Development
- Code-Only Development
- N-tier Development with WCF Data Services
- Performance Tuning and Exception Handling
- Data Binding with the Entity Framework
Synopsis
The introduction of SQL Server 2005 began the process which has seen .NET become an integral part of the SQL Server database technology. SQL Server 2008 is the next evolutionary step in that story. Alongside the more traditional database enhancements in the new release, there is an increasing focus upon a greater and more challenging integration with .NET 3.5. This book shows how to take advantage of this tight integration and how developers and DBAs can manipulate data more easily than ever before.