G
Guest
Hello
I am currently building a small application that uses an Access Database as the backend to store it's data. Currently I have only one EXE that starts the application, what I wanted to know is that there are any resources or info that any one can provide that can help me to maybe break up the program. An example would be to create c# dll's to be used by the program. My idea on doing this is to see if I can bring down the amount of memory the application uses (I will use a profiler later to help me identify the code that may be causing this right now). I want to see if there is something out there that I can use as a 'frame work' so that I get into the habit of writing my applications this way! I just don't want to use one EXE file that grows as I add more features, I want to have a small exe file with other 'helper' files for the application to function properly
Any info you may give me will be greatly appreciated
thanks
Ed P.
I am currently building a small application that uses an Access Database as the backend to store it's data. Currently I have only one EXE that starts the application, what I wanted to know is that there are any resources or info that any one can provide that can help me to maybe break up the program. An example would be to create c# dll's to be used by the program. My idea on doing this is to see if I can bring down the amount of memory the application uses (I will use a profiler later to help me identify the code that may be causing this right now). I want to see if there is something out there that I can use as a 'frame work' so that I get into the habit of writing my applications this way! I just don't want to use one EXE file that grows as I add more features, I want to have a small exe file with other 'helper' files for the application to function properly
Any info you may give me will be greatly appreciated
thanks
Ed P.