- WCF Multi-layer Services Development with Entity Framework(Fourth Edition)
- Mike Liu
- 289字
- 2021-08-05 17:32:43
What this book covers
Chapter 1, Implementing a Basic HelloWorld WCF Service, introduces WCF and implements a simple HelloWorld WCF service.
Chapter 2, Hosting the HelloWorld WCF Service, discusses various hosting techniques of WCF services.
Chapter 3, Deploying the HelloWorld WCF Service, explores deployment options of WCF services.
Chapter 4, Debugging the HelloWorld WCF Service, discusses various debugging techniques of WCF services.
Chapter 5, Implementing a Three-layer WCF Service, explains how to create a layered WCF service with an interface layer and a business logic layer.
Chapter 6, Adding Database Support and Exception Handling, explains how to add a data access layer and fault message handling to the previously created WCF service.
Chapter 7, LINQ to Entities – Basic Concepts and Features, covers the basic concepts and features of LINQ to Entities such as LINQ to Entities designer, querying and updating tables, deferred execution, and lazy/eager loading.
Chapter 8, LINQ to Entities – Advanced Concepts and Features, covers advanced concepts and features of LINQ to Entities such as stored procedure, concurrency control, and transaction support.
Chapter 9, Applying LINQ to Entities to a WCF Service, discusses how to recreate the data access layer of a WCF service with LINQ to Entities.
Chapter 10, Distributed Transaction Support of WCF, explains how to add distributed transaction support to a WCF service.
Chapter 11, Building a RESTful WCF Service, converts the previously created WCF service to a RESTful WCF service and consumes it from a Windows 8 app.
Chapter 12, WCF Security, covers basic security features and settings of WCF and hosts a WCF service with basic authentication, SSL, and Windows authentication.
Chapter 13, Extending WCF Services, explains various extension points of WCF services and extends a WCF service with custom behaviors.
- Software Defined Networking with OpenFlow
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Learning RabbitMQ
- PowerCLI Cookbook
- JavaScript Unlocked
- Amazon S3 Cookbook
- Hands-On RESTful Web Services with Go
- 碼上行動:用ChatGPT學會Python編程
- jQuery炫酷應用實例集錦
- Scala for Machine Learning(Second Edition)
- Node.js區塊鏈開發
- Java 7 Concurrency Cookbook
- Mastering PostgreSQL 11(Second Edition)
- Responsive Web Design with HTML5 and CSS3(Second Edition)
- 精通Django 3 Web開發