Posts

Showing posts from August, 2007

C# 3.0 - What's New : {Implicit}-Part1

Recent development in my technical life is that, started working out with Orcas Beta 2. So, thought to blog about the latest happenings with C# language. The idea emerged to start a series of posts related to C# new features. This is the first of ever such kind of blogging specific to a topic. C# 3.0 has many-a-new features. To start with, let me take a concept of Implicitly Typed Variables . Implicitly Typed Variables In the good old days, the developer has to worry about the type of the variable. Say for instance, whether to use long or double for a counter. Here all that we observe is that the language that is built upon is the type specific. Hence forth the developer is not required to define the type of the variable at the time of declaration, but it is the task of the compiler to decide what type of the object the variable is. All that the developer has to do is that, use the var keyword while declaring the variable, similar to that of JScript or Visual Basic style. Hey!!! S

Intro 2 LINQ - Blog

Image
With, Introducing Microsoft LINQ , as title, Marco Russo & Paolo Pialorsi , authors of the book (title same as the head line) initiated a website, keeping the concept LINQ as the center of the gravity. The concept seems great and as on this date there is less activity from the creators of the website. Anyhow, hope that this website will become active and vibrant in short time. del.icio.us Tags: LINQ , Marco Russo , Paolo Pialorsi