all groups > dotnet windows forms > march 2007 >
You're in the

dotnet windows forms

group:

Questions on Layering, Packaging and Assemblies


Questions on Layering, Packaging and Assemblies Bill Gower
3/28/2007 3:30:52 PM
dotnet windows forms:
As an example of a project, let's take an accounting system. Should the
software be written and deployed in assemblies comprised of modules such as
GeneralLedger, AP, AR, Payroll etc. With each one of these being modules
and I guess projects with a solution?

layout

Accounting Solution
project AR
AR.DLL
controller classes
UI classes
Business Object classes
Data Access Classes
Project AP
AP.DLL
controller classes
UI classes
Business Object classes
Data Access Classes
Project GL
GL.DLL
controller classes
UI classes
Business Object classes
Data Access Classes

Thanks
Bill

Re: Questions on Layering, Packaging and Assemblies Bryan Phillips
4/2/2007 4:53:22 PM
Take a look at the example application from the Smart Client Software
Factory. www.codeplex.com/smartclient

It follows the same structure that you have outlined but consolidates
common functionality like your Data Access layer where appropriate.

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net



[quoted text, click to view]
AddThis Social Bookmark Button