My brother and I want to write an application together. I know vb .net and he knows c#. Is there any way to write an application together, or will I have to learn c#?
Printable View
My brother and I want to write an application together. I know vb .net and he knows c#. Is there any way to write an application together, or will I have to learn c#?
Well, if you break down your project into small parts. Each one can write their own parts in their prefered language, compile it do a DLL and use it in the application. So yes its very "do-able".
Or he could could always learn vb.net ;)