Welcome to Geeks Portal Sign in | Join | Help
in
 
 

Browse by Tags

  • 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... var employee = new Employee(); versus Employee...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 09-16-2005
  • 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 with the original code. You can also use partial...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 12-21-2004
Page 1 of 1 (2 items)
 
 
Powered by Community Server (Commercial Edition), by Telligent Systems
Copyright © INDC, 2006. All rights reserved.