Application #68. Partition an Application

This topic discusses the benefits of and steps involved in partitioning an application into multiple components. Learning how to separate application logic into components is very useful for stand-alone application developers, and it’s the first step to creating distributed enterprise applications. The sample application compares various ways of partitioning your logic and examines the development trade-offs of each.

Building Upon...

Application #33: Format a DataGrid

Application #73: Read From and Write To a Text File

New Concepts

Partitioning an application basically means dividing your code into separate projects based on the type of work the code performs. Each project generates an application ...

Get 101 Microsoft® Visual Basic® .NET Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.