Posted by Satyen Pandya | Posted in Google, Javascript | Posted on 20-10-2011
1
Recently Google unveiled new programming language – Dart (originally named Dash). It was introduced at the GOTO conference in Aarhus on 10th october, 2011.

Posted by Satyen Pandya | Posted in Miscellaneous | Posted on 20-10-2011
0
Objective-C And C#
In this post we will see differences and similarities between Objective-C and C#.
One main difference you have to keep in your mind is that although Objective-C is superset of C and can compile any ANSI C code, C# is managed language, which looks like C and inspired by C++.It means the functions exist in C are not possible in C#. In C#, any executable code must occure inside a class.
Posted by Satyen Pandya | Posted in Miscellaneous | Posted on 08-10-2011
0
Objective-C and C#,both are programming language used to develop mobile app development. Objective-C is used in iPhone, while C# is used in Windows Phone. In this post we will see how these both languages are differences and similarity.
For that I will give brief explanation of both language before stating their comparison.