- Entity Framework Tutorial(Second Edition)
- Joydip Kanjilal
- 139字
- 2021-07-16 20:41:50
Preface
The ADO.NET Entity Framework, the next generation of Microsoft's data access technology, is an extended Object Relational Mapping (ORM) technology that makes it easy to tie together the data in your database with the objects in your applications. This is done by abstracting the object model of an application from its relational or logical model. It is an extended ORM in the sense that it provides many additional features that a traditional ORM does not.
This book is a clear and concise guide to the ADO.NET Entity Framework. Packed with plentiful code examples, this book helps you learn the ADO.NET Entity Framework and ADO.NET Data Services and build a better data access layer for your application.
The intent of writing this book is updating you to the latest trends and developments as far as Entity Framework is concerned.
- .NET 4.0面向對象編程漫談:基礎篇
- Java程序員面試算法寶典
- 編程數學
- 數據結構案例教程(C/C++版)
- Java EE核心技術與應用
- Microsoft Dynamics AX 2012 R3 Financial Management
- 零基礎學C語言第2版
- Raspberry Pi Robotic Blueprints
- C指針原理揭秘:基于底層實現機制
- Java EE架構設計與開發實踐
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Laravel Design Patterns and Best Practices
- Responsive Web Design with jQuery
- C語言從入門到精通(微視頻精編版)
- Learning jqPlot