51
Developer's Corner / Re: What's your *favorite* programming language and *why* ?
« Last post by PPLandry on January 27, 2010, 04:20 PM »Plus it can generate truly portable apps, something C# and VB.Net cannot do-PPLandry (January 27, 2010, 02:27 PM)
For all intents and purposes, .NET apps are portable as long as you are at a certain iteration of .NET on the machine- which depending on what you're using, it will be. I'd rather deal with the OS having the framework installed rather than the "DLL Hell" I had to endure with VB6 (shudders). And the idiosyncracies of the language... the only thing I dislike more is Crystal Reports (double shudders).-wraith808 (January 27, 2010, 02:41 PM)
The odds of have the correct version of .Net on a random machine (Internet café, at the office, etc) are quite small. Plus, if you're not 100% sure of being able to run your app, it is pointless. I want 100% probability that when I want to run it, it will run. And a portable application (COM+manifest) will run on ALL XP and up machines, completely isolated from other DLLs (so no DLL hell).