المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to structure my application



C# Programming
11-07-2012, 11:11 PM
Hello experts,

First of all I have average experience with .Net programming, so please go easy on me http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif .


I have an windows application project that consists of 10 Forms. At the moment when I compile my app, it generates a single Exe file. Everything works good.

I want to write an update program for my application, and also after reading some best practices on how to build your app i realized I also need a lot of code rewriting in order to make my app look good.

The thing is I am thinking it would be better to split each form into a separate DLL file, this way achieving some form of modular structure and make my app easier to manage and update.

The problem is I don't have enough experience to know whether splitting each Form into a separate DLL is a good idea or a bad idea, so I'm asking you guys to tell me, from your experience, how would you structure such a project and what would the expected files be ?.


Thank you for your time, and I hope I made myself understood.

Andrei