Wesley Walraeve
I'm the greatest. (Cassius Clay)
Sign in
|
Join
|
Help
Home
RSS
Atom
Comments RSS
Search
Tags
.NET
Ajax
ASP.NET
CSS
Flash
Sharepoint
SmartPart
Sourcecontrol
Subversion
VS.NET 2005
Winforms
Navigation
Home
Blogs
Photos
Downloads
Archives
September 2008 (1)
June 2008 (3)
May 2008 (2)
January 2008 (3)
October 2007 (7)
September 2007 (2)
July 2007 (1)
June 2007 (1)
May 2007 (1)
March 2007 (1)
February 2007 (1)
January 2007 (2)
October 2006 (2)
September 2006 (2)
August 2006 (4)
June 2006 (1)
February 2006 (1)
February 2005 (1)
January 2005 (1)
December 2004 (3)
September 2007 - Posts
0
Comments
Basics of LINQ in VS.NET 2008
by
wesleyw
If you want to learn more of LINQ in VS.NET 2008 you can read the 8 parts post (until now) on ScottGu's Blog . Scott is explaining step by step the functionality of LINQ in VS.NET 2008. This is the link to the last part 8 where you find the links...
0
Comments
From partial classes, now also partial methods.
by
wesleyw
We all know the great new feature in .NET 2.0 framework "Partial classes". You can write code for the same class in two different files. If you don't know it: VS.NET is using is for the designer files. Now in .NET 3.5 (will be released with...