WCF Multi-tier Services Development with LINQ (Paperback)
暫譯: 使用 LINQ 的 WCF 多層服務開發 (平裝本)
Mike Liu
- 出版商: Packt Publishing
- 出版日期: 2008-12-02
- 售價: $1,880
- 貴賓價: 9.5 折 $1,786
- 語言: 英文
- 頁數: 384
- 裝訂: Paperback
- ISBN: 1847196624
- ISBN-13: 9781847196620
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$680$537 -
$880$695 -
$880$695 -
$620$490 -
$880$695 -
$680$530 -
$350$277 -
$600$468 -
$880$695 -
$1,200$1,176 -
$360$284 -
$520$442 -
$590$466 -
$680$578 -
$420$357 -
$540$421 -
$680$537 -
$980$774 -
$199$157 -
$680$537 -
$520$510 -
$820$648 -
$480$374 -
$530$419 -
$490$382
商品描述
In Detail
WCF is Microsoft's unified programming model for building service-oriented applications. It enables developers to build secure, reliable, transacted solutions that integrate across platforms and interoperate with existing investments. WCF is built on the Microsoft .NET Framework and simplifies development of connected systems. It unifies a broad array of distributed systems capabilities in a composable, extensible architecture that supports multiple transports, messaging patterns, encodings, network topologies, and hosting models. It is the next version of several existing products: ASP.NET's web methods (ASMX), Microsoft Web Services Enhancements for Microsoft .NET (WSE), .NET Remoting, Enterprise Services, and System.Messaging.
If you are a C++/C# developer looking for a book to build real-world WCF services, you would have run into the huge reference tomes currently in the market. These books are crammed with more information than you need and most build simple one-tier WCF services. And if you plan to use LINQ in the data access layer, you might buy another volume that is just as huge and just as expensive.
Our book is the quickest and easiest way to learn WCF and LINQ in Visual Studio 2008. It is the first book to combine WCF and LINQ in a multi-tier real-world WCF service. Multi-tier services provide separation of concerns and better factoring of code, which gives you better maintainability and the ability to split layers out into separate tiers for scalability. WCF and LINQ are both powerful yet complex technologies from Microsoft, but this book will get you through. The mastery of these two topics will quickly get you started creating service-oriented applications, and allow you to take your first steps into the world of Service Oriented Architecture without getting overwhelmed.
Through this book, you will first understand WCF concepts by developing a functional service and apply these techniques to a multi-tier real-world WCF service. You will learn how to use WCF to define the contracts in the service interface layer, Plain Old C# Objects (POCO) to implement business rules in the business logic layer, and LINQ to communicate with the databases in the data access layer. Microsoft pattern and practice Web Service Software Factory is used to create the framework for this WCF service. Concurrency control and distributed transaction support are discussed and tested at the end of the book. Clear step-by-step instructions and precise screenshots will make sure you will not get lost in the new world of WCF and LINQ.
What you will learn from this book?
- Create, host, and consume your first WCF service in just a few minutes
- Explore and learn different hosting and debugging options for a WCF service
- Build a multi-tier real-world WCF service from scratch to understand every layer of a WCF service and apply it to your real work
- Add exception handling to your WCF services
- Accelerate your WCF service development with Service Factory by applying best practices
- Understand basic and advanced concepts and features of LINQ and LINQ to SQL
- Communicate securely and reliably with databases by rewriting the data access layer of your WCF service with LINQ to SQL
- Control concurrent updates to the databases and add distributed transaction support to your WCF services
Approach
This book is a step-by-step tutorial with clear instructions and screenshots to guide you through the creation of a multi-tier real-world WCF service solution. Configuration files, host applications, test clients, and WCF services for each solution will be available for download on this website for you to examine, modify, and debug from the outside to the inside.
The book focuses on the essentials of using WCF and LINQ, rather than providing a reference to every single possibility. It leaves the reference material online where it belongs, and concentrates instead on practical examples, code, and advice.
Who this book is written for?
This book is for C# and C++ developers who are eager to get started with WCF and LINQ, and want a book that is practical and rich with examples from the very beginning. Developers and architects evaluating SOA implementation technologies for their company will find this book particularly useful because it gets you started with Microsoft's tools for SOA and shows you how to customize our examples for your prototypes.
This book presumes basic knowledge of C# or C++. Previous experience with Visual Studio will be helpful but is not required, as detailed instructions are given throughout the book.
商品描述(中文翻譯)
在詳細說明中
WCF 是微軟統一的程式設計模型,用於構建面向服務的應用程式。它使開發人員能夠構建安全、可靠、可交易的解決方案,這些解決方案可以跨平台集成並與現有投資互操作。WCF 建立在微軟 .NET Framework 之上,簡化了連接系統的開發。它統一了廣泛的分散式系統功能,採用可組合、可擴展的架構,支持多種傳輸、消息模式、編碼、網絡拓撲和託管模型。它是幾個現有產品的下一版本:ASP.NET 的 Web 方法 (ASMX)、微軟 .NET 的 Web 服務增強 (WSE)、.NET 遠程處理、企業服務和 System.Messaging。
如果您是一位 C++/C# 開發人員,正在尋找一本構建實際 WCF 服務的書籍,您可能會遇到市場上那些龐大的參考書籍。這些書籍充滿了超過您所需的信息,而且大多數僅構建簡單的一層 WCF 服務。如果您計劃在數據訪問層中使用 LINQ,您可能還會購買另一本同樣龐大且昂貴的書籍。
我們的書是學習 WCF 和 LINQ 在 Visual Studio 2008 中的最快和最簡單的方法。這是第一本將 WCF 和 LINQ 結合在多層實際 WCF 服務中的書籍。多層服務提供了關注點的分離和更好的代碼重構,這使您能夠更好地維護並將層分割成獨立的層以實現可擴展性。WCF 和 LINQ 都是微軟強大但複雜的技術,但這本書將幫助您掌握它們。掌握這兩個主題將迅速讓您開始創建面向服務的應用程式,並讓您在不感到不知所措的情況下邁出進入面向服務架構世界的第一步。
通過這本書,您將首先通過開發一個功能性服務來理解 WCF 概念,並將這些技術應用於多層實際 WCF 服務。您將學習如何使用 WCF 定義服務介面層中的合約,使用普通 C# 對象 (POCO) 在業務邏輯層中實現業務規則,並使用 LINQ 與數據訪問層中的數據庫進行通信。微軟的模式和實踐 Web 服務軟體工廠用於創建此 WCF 服務的框架。書末將討論和測試並發控制和分佈式事務支持。清晰的逐步指導和精確的截圖將確保您不會在 WCF 和 LINQ 的新世界中迷失方向。
您將從這本書中學到什麼?
- 在幾分鐘內創建、託管和使用您的第一個 WCF 服務
- 探索並學習 WCF 服務的不同託管和調試選項
- 從零開始構建一個多層實際 WCF 服務,以理解 WCF 服務的每一層並將其應用於您的實際工作
- 為您的 WCF 服務添加異常處理
- 通過應用最佳實踐,加速您的 WCF 服務開發
- 理解 LINQ 和 LINQ to SQL 的基本和進階概念及特性
- 通過使用 LINQ to SQL 重寫 WCF 服務的數據訪問層,安全可靠地與數據庫進行通信
- 控制對數據庫的並發更新,並為您的 WCF 服務添加分佈式事務支持
方法
這本書是一個逐步的教程,提供清晰的指導和截圖,幫助您創建一個多層實際 WCF 服務解決方案。每個解決方案的配置文件、主機應用程式、測試客戶端和 WCF 服務將可在本網站上下載,供您檢查、修改和從外部調試。
本書專注於使用 WCF 和 LINQ 的基本要素,而不是提供每一種可能性的參考。它將參考材料放在網上,並專注於實用示例、代碼和建議。
這本書是為誰而寫的?
這本書是為渴望開始使用 WCF 和 LINQ 的 C# 和 C++ 開發人員而寫的,並希望從一開始就擁有一本實用且充滿示例的書籍。評估 SOA 實施技術的開發人員和架構師會發現這本書特別有用,因為它讓您開始使用微軟的 SOA 工具,並展示如何為您的原型自定義我們的示例。
本書假設讀者具備基本的 C# 或 C++ 知識。之前使用 Visual Studio 的經驗將會有幫助,但不是必需的,因為全書提供了詳細的指導。