Framework: Partition an Application
Demonstrates How-To partition an application. This enables the developer to be
much more productive since the details are encapsulated in another component
and only need to be updated in 1 place, instead of multiple apps.
Featured Highlights
-
Reads content from a .CSV file into a DataTable
-
Implements a Class Library as a data access component
-
Implements a User Control based on a DataGrid
-
User Control implements Docking and Anchoring
-
Contrasts amount of code written when using various components
Requirements:
Microsoft Visual Studio.NET Professional or greater.
Windows 2000 or Windows XP.
Running the Sample:
Simply press F5.
See Also
Assemblies
Distributed Applications