Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Managing Forms in C#
Message
From
03/01/2008 13:13:46
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
03/01/2008 12:47:06
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01279278
Message ID:
01279301
Views:
11
>>In developing VS C# applications, are you guys compiling all window forms into your EXE or just some (the rest would be external to the EXE)?
>>
>>How are you managing compiling the external forms to DLL files? Are you using Visual Studio to create the FORM.CS and FORM.DESIGNER.CS -- and then how are you converting them into DLLs? Is there an easy way of doing this? I have 14 3" books (that cost me $750) and I can't find one simple answer (sorry to be venting).
>>
>>Obviously the second paragraph would have no answer if you compile all windows into your EXE.
>>
>>Thanks in advance and happy belated New Year to everyone.
>
>The way I do it is to create four projects in a solution. MyApp, MyCompany.Windows, MyComapny.Business and MyCompany.Data.
>All of my windows forms go into the MyCompany.Windows namespace and compile into a dll called MyCompany.Windows.dll, all business objects into MyCompany.Business and all data access into MyCompany.Data.
>
>The Main projectt references the other three so it can access the resources in the dlls.

Do you keep separate business layer projects for different applications, or do you lump it all together in one project?
Very fitting: http://xkcd.com/386/
Previous
Reply
Map
View

Click here to load this message in the networking platform