Linking different applications
-
I have three different C# applications that I have to put together as one. Any ideas?
a novice
-
I have three different C# applications that I have to put together as one. Any ideas?
a novice
Ofori Boadu wrote:
I have three different C# applications that I have to put together as one. Any ideas?
Extract the code into class libraries (where they are not already) and create a new application that references these class libraries.
Upcoming FREE developer events: * Developer Day Scotland My website
-
I have three different C# applications that I have to put together as one. Any ideas?
a novice
Ofori Boadu wrote:
I have three different C# applications that I have to put together as one. Any ideas?
Well if that' all the requirements you have, you're screwed. That indicates you will be using the Software Rocks Process. Someone gave you a project by telling you they want you to get them a rock. You run off and find one and bring it back and they look at it and say "Oh no I wanted a larger rock". So you run off again and find a larger rock and bring it to them and they say "Oh no I wanted a flatter rock". So you run off again and find a flatter rock and bring it to them and they say "Oh no I wanted a smoother rock". So you run off again and.... well you get the point.... I hope, good luck.