首頁 > 計算機網絡 >
編程語言與程序設計
> 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
推薦閱讀
- Unreal Engine Physics Essentials
- 算法精粹:經典計算機科學問題的Java實現
- Instant 960 Grid System
- Mastering JBoss Enterprise Application Platform 7
- Instant Ext.NET Application Development
- 微服務架構深度解析:原理、實踐與進階
- Android項目實戰:手機安全衛士開發案例解析
- Scala Data Analysis Cookbook
- C/C++數據結構與算法速學速用大辭典
- 大學計算機基礎
- OpenCV 3 Blueprints
- Java 11 and 12:New Features
- Java 7 Concurrency Cookbook
- The Applied Data Science Workshop
- H5頁面設計與制作(全彩慕課版·第2版)
- Visual Basic 開發從入門到精通
- Swift編程實戰:iOS應用開發實例及完整解決方案
- 零基礎入門Python數據分析與機器學習
- 數據結構案例教程:C語言版
- 區塊鏈社會:區塊鏈助力國家治理能力現代化
- Learning Java by Building Android Games
- 計算機視覺增強現實應用程序開發
- Learn React Hooks
- 零基礎學Python編程實戰
- HTML+CSS+JavaScript實用詳解
- TensorFlow深度學習從入門到進階
- OpenLayers 3.x Cookbook(Second Edition)
- Mastering Swift
- Go微服務實戰
- React+Node.js開發實戰:從入門到項目上線