I would like to be able to take an existing console application that is written in C# 2008 and just make it a dll. I would thenlike to write a new web forms page in C# 2010 that would pass the information to the console app that was entered into the web form.
Can you tell me how to accomplish this goal?
Can you tell me how to accomplish this goal?