This is in continuation to my earlier question here myPost. That was a kind of a flop question. Somehow we will modify that in Java and use it.
To move further, I have decided to re-do that project in C# which I am more comfortable with. To begin with I hit a roadblock. In that java application, the actual coding is done in Eclipse and the .jar can be executed through command line. Also a GUI is done using Netbeans which refers to the actual program in Eclipse. So the same appl is used as a command line as well as GUI.
How can I do this in C# ?? Just write the code once and then execute .exe or through GUI, but both will work independently.