Developing Application Frameworks in .NET
暫譯: 在 .NET 中開發應用程式框架

Xin Chen

  • 出版商: Apress
  • 出版日期: 2004-04-29
  • 售價: $1,930
  • 貴賓價: 9.5$1,834
  • 語言: 英文
  • 頁數: 392
  • 裝訂: Paperback
  • ISBN: 1590592883
  • ISBN-13: 9781590592885
  • 相關分類: .NET
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Description:

Application frameworks, which provide a base of common services on which applications are built, offer the benefits of extensibility, modularity, and reusability of both code and design to your applications. This book explains what frameworks are and how they fit into applications, and offers many object-oriented techniques used in application frameworks.

This book also shows you actually how to develop application frameworks through a concrete framework example called Simplified Application Framework (SAF). The SAF framework was developed by Xin Chen in C#. It consists of common services needed by many applications, such as a class factory service, configuration service, event notification service, security service, and transaction service. This book goes into detail on each of these services to explain its benefits, as well as its design and implementation in C#. Through a discussion of each service, you will also learn about many advanced .NET techniques employed by the framework, such as .NET remoting, reflection, custom attributes, multithreading, and serviced components.

Many of the services discussed in the book also use design patterns as their blueprints. This book discusses these design patterns in-depth and shows how to implement them in a real-world scenario. Accompanying the book are the complete source code of the sample framework and sample executable projects (downloadable via the Internet), allowing readers to actually test out each framework service/component of SAF and learn about the development of frameworks, .NET technologies, and design patterns in a more interactive fashion.

Special Note This book covers .NET 1.0 and 1.1. and assumes knowledge of the .NET Framework and C#.

Table of Contents:

Contents at a Glance


About the Author

About the Technical Reviewer Acknowledgments

Introduction

Chapter 1 Introduction to Application Frameworks

Chapter 2 Dissection of an Application Framework

Chapter 3 An Overview of the Simplified Application Framework

Chapter 4 Class Factories

Chapter 5 Caching Service

Chapter 6 The SAF.Configuration Service

Chapter 7 SAF.EventNotification

Chapter 8 Windows Services

Chapter 9 Message Queue Services

Chapter 10 Authorization Service

Chapter 11 Authentication Service

Chapter 12 Cryptography Service

Chapter 13 Transaction Service

Chapter 14 DocumentLayer Service

Chapter 15 The Workflow Service

Index

商品描述(中文翻譯)

**描述:**

應用框架提供了一個共同服務的基礎,讓應用程式得以建立,並為您的應用程式提供可擴展性、模組化和代碼及設計的重用性。本書解釋了框架是什麼以及它們如何融入應用程式,並提供了許多在應用框架中使用的物件導向技術。

本書還展示了如何通過一個具體的框架範例——簡化應用框架(Simplified Application Framework, SAF)來開發應用框架。SAF 框架是由 Xin Chen 使用 C# 開發的。它包含了許多應用程式所需的共同服務,例如類別工廠服務、配置服務、事件通知服務、安全服務和交易服務。本書詳細介紹了這些服務的好處,以及它們在 C# 中的設計和實現。通過對每個服務的討論,您還將學習到框架中使用的許多進階 .NET 技術,例如 .NET 遠端呼叫、反射、自訂屬性、多執行緒和服務元件。

本書中討論的許多服務也使用設計模式作為其藍圖。本書深入探討這些設計模式,並展示如何在實際情境中實現它們。本書附帶了範例框架的完整源代碼和範例可執行專案(可通過互聯網下載),讓讀者能夠實際測試 SAF 的每個框架服務/元件,並以更互動的方式了解框架的開發、.NET 技術和設計模式。

**特別注意** 本書涵蓋 .NET 1.0 和 1.1,並假設讀者具備 .NET Framework 和 C# 的知識。

**目錄:**

內容概覽

關於作者

關於技術審查者的致謝

導言

第 1 章 應用框架介紹

第 2 章 應用框架的剖析

第 3 章 簡化應用框架概述

第 4 章 類別工廠

第 5 章 快取服務

第 6 章 SAF.Configuration 服務

第 7 章 SAF.EventNotification

第 8 章 Windows 服務

第 9 章 訊息佇列服務

第 10 章 授權服務

第 11 章 認證服務

第 12 章 加密服務

第 13 章 交易服務

第 14 章 DocumentLayer 服務

第 15 章 工作流程服務

索引