Categories
Forums
Premium Sponsor
Premium Sponsor
fullcontrol.net

Search


Advanced Search
Popular Articles
Popular Authors
Partners
 
SubMain - Developer Tools
 »  Home  »  .NET Framework  »  Framework 3.5
Framework 3.5


» Extension Methods
by Roger McCook | Published 09/22/2008 |  | Rating:

Extension methods are available starting with C# 3.0 and Visual Basic 9.0, which were released in 2007 with version 3.5 of the .NET platform.

[read article...]
» Local Type Inference
by Roger McCook | Published 09/09/2008 |  | Unrated

Type inference refers to the ability of a programming language to automatically deduce a variable’s type. The feature was added to C# and Visual Basic to support anonymous types and the relaxed programming style required by Linq. 

[read article...]
» Auto-implemented Class Properties
by Roger McCook | Published 09/06/2008 |  | Rating:
Auto-implemented properties is not a difficult subject, only a simple concept that can make your programs easier to code and read. [read article...]