Pro LINQ Object Relational Mapping in C# 2008
Autor Vijay P. Mehtaen Limba Engleză Paperback – 7 iul 2008
Object relational mapping (OR/M) has been a gray area in Microsoft development for many years. It's not that Microsoft language developers don't understand OR/M; in fact, the opposite is true, as is exemplified by the glut of third–party .NET OR/M tools on the market. The struggle has come more from the lack of native tools with the object–oriented and object persistence capacity to effectively work in this arena. With the inception of .NET, Microsoft overcame the first obstacle by developing an object–oriented environment and framework. The second obstacle, the native object persistence layer, is only now being realized with the introduction of Language Integrated Query (LINQ) and LINQ's children, the Language Integrated Query for Relational Databases (LINQ to SQL) and the Language Integrated Query for the ADO.NET Entity Framework (LINQ to Entities). The gray area no longer exists, and the .NET developers of the world finally have the native tools required to build modular, reusable data access layers.
Preț: 323.97 lei
Preț vechi: 404.96 lei
-20% Nou
Puncte Express: 486
Preț estimativ în valută:
62.01€ • 66.68$ • 51.70£
62.01€ • 66.68$ • 51.70£
Carte tipărită la comandă
Livrare economică 20 decembrie 24 - 03 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590599655
ISBN-10: 1590599659
Pagini: 408
Ilustrații: 408 p.
Dimensiuni: 178 x 235 x 21 mm
Greutate: 0.65 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1590599659
Pagini: 408
Ilustrații: 408 p.
Dimensiuni: 178 x 235 x 21 mm
Greutate: 0.65 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Professional/practitionerCuprins
Object-Relational Mapping Concepts.- Getting Started with Object-relational Mapping.- ORM Patterns and Domain-driven Design.- LINQ to SQL Examined.- to LINQ to SQL.- Advanced LINQ to SQL.- Entity Framework Examined.- Getting started with the ADO.NET entity framework.- Using the ADO.NET Entity Framework.- Advanced ADO.NET Entity Framework.- The Bank of Pluto Case Study.- A Domain Model for the First Bank of Pluto.- Mapping the FBP.- Mapping the Bank of Pluto with the ADO.NET Entity Framework.- Building on the Bank of Pluto Foundation.- N-Tier Architecture.- LINQ to SQL, the Entity Framework, and Your Other Options.
Notă biografică
Vijay P. Mehta has been working as a software engineer and architect for the last 12 years. Starting off in the VC++/ATL, MFC, Win32, and VB6 worlds, Vijay later moved on to Java and .NET development. With his current focus on C# and .NET, Vijay holds a number of Microsoft certifications and has written a number of articles on .Net and Microsoft-focused development. Working as an architect for a financial services software company in Indianapolis, Vijay spends the bulk of his time designing and implementing large, cutting-edge software systems.
Caracteristici
One of the first books to satisfy the growing demand for a detailed explanation of how object relational mapping methodologies can be applied through the LINQ data access layer Provides detailed A-Z coverage of the key concepts and ideas in a clear, easy to follow, manner Provides a detailed worked case-study that readers can easily tailor to their own circumstances