The patterns & practices group at Microsoft provides architectural and design
guidance for users of Microsoft technologies. Part of the way they do this is
by producing and distributing packages called "application blocks." An
application block consists of a functional subsystem or software framework
that can be valuable in several ways. Application blocks can be implemented
in many types of applications as time-saving subsystems. They are also
reference examples of software designed and developed using the best
practices of Microsoft architecture. Application blocks are freely
distributed with all source code and documentation.
The Composite User Interface Application Block
The Composite UI Application Block (called "CAB" in the online community) is
the first applicatio... (more)
The composite UI Application Block (called "CAB" in the online community) is
a new application block that is being developed by Microsoft patterns &
practices and is scheduled for release shortly after the final release of
.NET 2.0. The current code for the Composite UI Application Block is the
first Community Technology Preview. As with any beta release, there could
always be changes be... (more)
This article describes a pattern that allows any Web site or Web application
to launch and interact with .NET 2.0 Windows Forms applications that are
deployed using Microsoft's new "ClickOnce" technology. This is done by taking
advantage of a feature that allows Windows Forms applications that are
deployed using ClickOnce to receive querystring parameters.
Background: "ClickOnce"
Many peo... (more)