Welcome to WindowsClient.net
|
Sign in
|
Join
IEnumerable<Stuff>
Hopefully helpful stuff about developing Windows applications and frameworks in C# and .NET.
RSS
Atom
Comments RSS
Home
Search
Go
Tags
c#
closures
extension methods
functional programming
generics
linq
Me
mental tangent
refactoring
ReSharper
type inference
web services
windows
windows forms
Sponsors
advertise here
Navigation
Home
Get Started
Learn
Forums
Downloads
Community
Archives
January 2009 (1)
November 2008 (1)
October 2008 (2)
June 2008 (2)
April 2008 (1)
March 2008 (2)
February 2008 (4)
Browse by Tags
All Tags
»
type inference
(
RSS
)
refactoring
Wednesday, October 22, 2008 10:19 PM
Type inference and refactoring
There's been a lot of discussion around type inference and the var keyword in C# 3.0 since it was released. Personally I'm a fan, as I never enjoyed having to type things like using (SqlDataReader reader = cmd.ExecuteReader()) (Intellisense...
Posted by
rendle
|
1 comment(s)
Filed under:
refactoring
,
type inference