Browse by Tags

All Tags » Computer Language (RSS)

Kid's Programming Language

Trying to get your kids into programming fun? Apparently someone is creating a simpler BASIC like language that is targetting the youngins. From what I've seen so far, the primary function of the language is geared toward display / graphic output and...
Posted by Jimmy Chandra | with no comments
Filed under:

Preview of C# version 3.0 features

Wow, C# 2.0 is not officially out of the door, C# 3.0 is already rearing its head :). In this post I'll go through some of the new features of the 3.0 version of C#. Feature 1: Implicitly typed local variables. Variable declaration has become simpler...
Posted by Jimmy Chandra | with no comments
Filed under: , , ,

Neat Partially Partial C# 2.0 Keyword

Partial is great! The new Partial keyword in C# 2.0 is a excellent addition to the language. What does it do? It allows you to create an extension to an existing class (as long as the original class is also marked Partial) without having to mess around...
Posted by Jimmy Chandra | 1 comment(s)
Filed under: , ,