Tagged Questions

4
votes
10answers
1k views

What are the advantages of c# over, say, delphi/realbasic for windows applications

has anyone ever written an application bigger than its .net luggage? People used to criticize vb6 for its 2 MB runtime but it rarely dwarfed the app it accompanied. Today despite having vista on my …
11
votes
19answers
2k views

Create a cross platform Windows, Mac OS X application

Hello, I would like to build an application that runs on both Windows and Mac OS X. I would also like it to leverage the best of what the platform it runs on has to offer with regards to Frameworks, …