The Artima Developer Community
Sponsored Link

Books Forum
Developing Application Frameworks in .NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
Janet Crosbie

Posts: 30
Nickname: apress1
Registered: May, 2004

Developing Application Frameworks in .NET (View in Chapters Library)
by Xin Chen
Posted: May 19, 2004 3:51 PM
Reply to this message Review this Book
Download a Free Chapter

Chapter 6
Configuring BizTalk Messaging for Outgoing Documents
Please login to download.

Buy the Book

About the Book

ISBN: 1590592883
Publisher: Apress LP
Publication Date: April 2004
Edition: 1st
Binding: Softbound
Number of Pages: 22

Advertisement
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#.

Topic: Beginning C# Objects: From Concepts to Code Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use