首頁 > 計算機網絡 >
編程語言與程序設計
> WCF Multi-layer Services Development with Entity Framework(Fourth Edition)最新章節目錄
舉報

會員
WCF Multi-layer Services Development with Entity Framework(Fourth Edition)
最新章節:
Index
IfyouareaC#,VB.NET,orC++developerandwanttogetstartedwithWCFandEntityFramework,thenthisbookisforyou.CompetenceinEntityFrameworkwillbeneededtofollowtheexamplesinthebook,butexperienceincreatingWCFservicesusingEntityFrameworkisnotnecessary.DevelopersandarchitectsevaluatingSOAimplementationtechnologiesfortheircompanywillfindthisbookuseful.
目錄(104章)
倒序
- 封面
- 版權頁
- 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. Implementing a Basic HelloWorld WCF Service
- The basic WCF concepts
- Creating the HelloWorld solution and project
- Defining the HelloWorldService service contract interface
- Implementing the HelloWorldService service contract
- Hosting the WCF service in IIS Express
- Creating a client to consume the WCF service
- Summary
- Chapter 2. Hosting the HelloWorld WCF Service
- WCF hosting options
- Summary
- Chapter 3. Deploying the HelloWorld WCF Service
- Publishing the HelloWorldService from Visual Studio
- Publishing the HelloWorldService using a deployment package
- Summary
- Chapter 4. Debugging the HelloWorld WCF Service
- Debugging a WCF service from a client application
- Directly debugging the WCF service
- Attaching the debugger to a running WCF service process
- Debugging a WCF service hosted in the cloud
- Summary
- Chapter 5. Implementing a Three-layer WCF Service
- Why layer a service?
- Creating a new solution and project using the built-in WCF service template
- Creating the service interface layer
- Adding a business logic layer
- Summary
- Chapter 6. Adding Database Support and Exception Handling
- Adding a data access layer
- Adding error handling to the service
- Summary
- Chapter 7. LINQ to Entities – Basic Concepts and Features
- LINQ to Entities
- Creating a LINQ to Entities test application
- Creating the data model
- Querying and updating a database table
- Viewing the generated SQL statements
- Deferred execution
- Deferred execution – lazy loading versus eager loading
- Joining two tables
- Querying a view
- Summary
- Chapter 8. LINQ to Entities – Advanced Concepts and Features
- Calling a stored procedure
- Handling simultaneous (concurrent) updates
- Transaction support
- Summary
- Chapter 9. Applying LINQ to Entities to a WCF Service
- Creating the LINQNorthwind solution
- Installing Entity Framework
- Modeling the Northwind database
- Creating the business domain object project
- Using LINQ to Entities in the data access layer
- Creating the business logic layer
- Creating the service interface layer
- Testing the service with the WCF Test Client
- Testing concurrency with our own client
- Hosting the WCF service in IIS
- Summary
- Chapter 10. Distributed Transaction Support of WCF
- Creating the DistNorthwind solution
- Hosting the WCF service in IIS
- Testing the transaction behavior of the existing WCF service
- Enabling distributed transaction support
- Understanding the distributed transaction support of a WCF service
- Testing the distributed transaction support of the new WCF service
- Trade-offs of distributed transactions
- Summary
- Chapter 11. Building a RESTful WCF Service
- SOAP versus REST
- WCF REST versus the ASP.NET Web API
- Creating the RESTNorthwind solution
- Creating the RESTful service
- Testing the RESTful service in a browser
- Testing the RESTful WCF service with a C#/XAML client
- Testing the RESTful WCF service with a JavaScript client
- Summary
- Chapter 12. WCF Security
- WCF security components
- Hosting a WCF service using basic authentication
- Hosting a WCF service with Windows authentication
- Summary
- Chapter 13. Extending WCF Services
- The WCF runtime architecture
- Why extend WCF services?
- WCF extension points
- Extending a WCF service
- Extending HelloWorldService
- Summary
- Index 更新時間:2021-08-05 17:33:06
推薦閱讀
- Developing Mobile Web ArcGIS Applications
- Visual C++數字圖像模式識別技術詳解
- MongoDB for Java Developers
- Java EE 7 Development with NetBeans 8
- Expert Android Programming
- HTML5 and CSS3 Transition,Transformation,and Animation
- PHP+MySQL網站開發項目式教程
- Apex Design Patterns
- QGIS By Example
- 程序設計基礎教程:C語言
- OpenStack Orchestration
- Arduino可穿戴設備開發
- 面向對象程序設計及C++(第3版)
- Drupal 8 Development Cookbook(Second Edition)
- Android初級應用開發
- AngularJS Directives Cookbook
- Pentaho Analytics for MongoDB Cookbook
- JSP程序設計實訓與案例教程(第2版)
- 深入理解以太坊
- iOS Game Development By Example
- SAP HANA平臺軟件開發實戰
- 基于YANG的可編程網絡:用YANG、NETCONF、RESTCONF和gNMI實現網絡自動化架構
- DynamoDB Cookbook
- Scratch 3.0少兒編程與算法一本通
- Node.js實戰(第2版)
- Mastering Symfony
- Gradle Essentials
- 尋聲記:Scratch 3.0趣味編程之旅(全彩)
- Java EE輕量級框架應用開發教程
- Java學習手冊