- Entity Framework Tutorial(Second Edition)
- Joydip Kanjilal
- 243字
- 2021-07-16 20:41:50
What this book covers
Chapter 1, Introducing the ADO.NET Entity Framework, is an introduction to the basics of the ADO.NET Entity Framework (EF), its usefulness, features, and benefits.
Chapter 2, Getting Started, discusses how you can get started with EF, create an Entity Data Model (EDM), and write a program to query data.
Chapter 3, Entities, Relationships, and the Entity Data Model, gives a detailed explanation of entities, relationships, and each of the sections of the EDM.
Chapter 4, Working with Stored Procedures in the Entity Data Model, provides a sample application that illustrates how to perform CRUD operations against the EDM.
Chapter 5, Working with Entity Client and Entity SQL, discusses the Entity SQL query language and how to work with the Entity Client provider.
Chapter 6, Working with LINQ to Entities, includes a detailed discussion on LINQ to Entities with many code examples.
Chapter 7, Working with the Object Services Layer, provides a detailed discussion on the Object Services Layer and its helpful and useful features.
Chapter 8, Working with WCF Data Services, provides an introduction to WCF Data Services, the REST architectural paradigm, and how these can be used with the EDM to perform CRUD operations.
Appendix, Advanced Concepts, covers a few advanced concepts. These include: REST and REST-based service frameworks and OData. We would also explore the HTTP methods and the request and response codes. Lastly, we would take a look at the new features in Entity Framework 7.
- SQL Server 從入門到項(xiàng)目實(shí)踐(超值版)
- 樂(lè)學(xué)Web編程:網(wǎng)站制作不神秘
- MATLAB 2020 從入門到精通
- Python進(jìn)階編程:編寫(xiě)更高效、優(yōu)雅的Python代碼
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- AutoCAD VBA參數(shù)化繪圖程序開(kāi)發(fā)與實(shí)戰(zhàn)編碼
- Canvas Cookbook
- Django 3.0入門與實(shí)踐
- Programming Microsoft Dynamics? NAV 2015
- Delphi開(kāi)發(fā)典型模塊大全(修訂版)
- HTML5移動(dòng)Web開(kāi)發(fā)
- Python預(yù)測(cè)分析實(shí)戰(zhàn)
- JavaScript設(shè)計(jì)模式與開(kāi)發(fā)實(shí)踐
- 微信公眾平臺(tái)開(kāi)發(fā)最佳實(shí)踐
- TypeScript High Performance