首頁(yè) > 計(jì)算機(jī)網(wǎng)絡(luò) >
編程語(yǔ)言與程序設(shè)計(jì)
> Entity Framework Tutorial(Second Edition)最新章節(jié)目錄
目錄(88章)
倒序
- coverpage
- Entity Framework Tutorial Second Edition
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Introducing the ADO.NET Entity Framework
- What you should know
- Looking back
- What is the ADO.NET Entity Framework?
- A comparative analysis of Entity Framework and other ORM tools
- Entity Framework architectural components
- System requirements
- Performance improvements in Entity Framework 6
- New features in Entity Framework 7
- Summary
- Chapter 2. Getting Started
- Designing the UserAuthentication database
- Creating the EDM
- The DataSource controls
- Implementing our first application using the Entity Framework
- Summary
- Chapter 3. Entities Relationships and the Entity Data Model
- Entities entity types and relationships in the EDM
- Exploring the Security EDM
- Summary
- Chapter 4. Working with Stored Procedures in the Entity Data Model
- Creating a database using model-first development
- Creating stored procedures
- Mapping stored procedures to functions in the EDM
- Executing stored procedures using the EDM
- Mapping stored procedures that return custom entity types
- Summary
- Chapter 5. Working with Entity Client and Entity SQL
- An overview of the E-SQL language
- From T-SQL to E-SQL
- Why E-SQL when I already have LINQ to Entities?
- Data paging using E-SQL
- Working with the ADO.NET Entity Client
- Other operations with E-SQL
- Deferred eager and lazy loading
- Summary
- Chapter 6. Working with LINQ to Entities
- Introducing LINQ
- Understanding the LINQ architecture
- Parallel LINQ
- Operators in LINQ
- Querying data using LINQ
- Summary
- Chapter 7. Working with the Object Services Layer
- What are Object Services?
- Performing CRUD operations on objects
- Attaching and detaching objects to and from ObjectContext
- Serializing and deserializing entity instances
- Change tracking and identity resolution using ObjectContext
- Understanding the code-first model-first and database-first approaches to domain design
- Inheritance in Entity Framework
- Implementing complex types in the EDM
- State management identity management and relationship management
- Reading objects from the Security database
- Inserting objects from the Security database
- Editing objects from the Security database
- Deleting objects from the Security database
- Summary
- Chapter 8. Working with WCF Data Services
- Introducing WCF Data Services
- Exposing data as a service using WCF Data Services
- Why do we need REST?
- What is the OData Protocol?
- Working with WCF Data Services and Entity Framework
- Working with OData Services using WCF and ASP.NET MVC Framework
- Working with Protobuf WCF Services
- Summary
- Appendix A. Advanced Concepts
- REST and REST-based service frameworks
- HTTP methods request and response codes
- Abbreviations
- New features in Entity Framework 7
- Suggested reading
- Index 更新時(shí)間:2021-07-16 20:42:11
推薦閱讀
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- C語(yǔ)言程序設(shè)計(jì)習(xí)題解析與上機(jī)指導(dǎo)(第4版)
- Ceph Cookbook
- Offer來了:Java面試核心知識(shí)點(diǎn)精講(原理篇)
- Practical Data Science Cookbook(Second Edition)
- Mastering Spring MVC 4
- FreeSWITCH 1.6 Cookbook
- 編寫高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- 量化金融R語(yǔ)言高級(jí)教程
- Haskell Data Analysis Cookbook
- Salesforce Reporting and Dashboards
- 微信小程序全棧開發(fā)技術(shù)與實(shí)戰(zhàn)(微課版)
- D3.js By Example
- Learning YARN
- HTML5權(quán)威指南
- 運(yùn)維前線:一線運(yùn)維專家的運(yùn)維方法、技巧與實(shí)踐
- Nagios Core Administration Cookbook(Second Edition)
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- 3D Printing Designs:Design an SD Card Holder
- Python編程:從入門到實(shí)踐(第2版)
- 自己動(dòng)手做智能產(chǎn)品:嵌入式JavaScript實(shí)現(xiàn)
- 數(shù)據(jù)庫(kù)基礎(chǔ)與應(yīng)用實(shí)驗(yàn)教程:Visual FoxPro 6.0
- Flask Framework Cookbook
- Learning ArcGIS Runtime SDK for .NET
- Photoshop圖像處理與平面設(shè)計(jì)案例教程(第2版)
- Web Development with Angular and Bootstrap(Third Edition)
- 小猴編程:Scratch 3.0趣味少兒編程(提高篇)
- HBase入門與實(shí)踐(第2版)
- Visual Basic 2010入門經(jīng)典