platform-comparison

C#'s edge over VB

What in C#.NET makes it more suitable for some projects than VB.NET? Performance?, Capabilities?, Libraries/Components?, Reputation?, Reliability? Maintainability?, Ease? Basically anything C# can do, that is impossible using VB, or vice versa. Things you just have to consider when choosing C#/VB for a project. ...

Differences in design targeting Apple products, especially iPhone

Hi, I'm thinking of starting to build software for Apple products, specifically the iPhone. Having built software atop several platforms in the past - Linux/Unix, Android, .Net, Win32 - I know that every platform has a certain "way" of looking at it that makes building software for it simple. For instance, Win32 communicates with an ...