Hi All..............
I want to develop a product in C#.Net where that product will have different methods with arguments..........
simply user of this product should create instance and called the methods with arguments of the product .............How can I develop such kind of product.......what are the steps I need to follow ,what are the classes I need to use, please give me reply with an example?
Loading
Bechir BejaouiPosted Nov 24, 2008, 8:15 PM
krishna shivarlaPosted Nov 22, 2008, 9:26 AM
Thanks for your reply ...............
Actually I want to make a application where that application instance I will create and methods of that application I can call from another application. Here the methods will take input arguments........and that application might be console or windows or any application ........I don't want to use remoting concept........here the application I created can be used be any other application just by creating instance and calling the method I required.........
Bechir BejaouiPosted Nov 20, 2008, 4:43 AM