C# -Mono (platform independence)
- by Andy
I'm very newbie to Ubuntu OS and I have my solution developed in visual studio 2008.
I want my application to run in both windows and Linux(ubuntu).
I've few questions in my mind.
1)Does mono support visual debugger .
2)If I start development using mono.Is it possible to run same in .net framework (windows) ?? or do I need to write the NSI script to download the libraries during installation from internet and install.
3)what is the best way to achieve platform independence.
Thanks in advance.