One of the best things about being a programmer is new technologies, taking a look at exciting new approaches to everyday tasks. The .NET world is continually growing, in fact it was only 6-months ago that the 3.5 Framework was released giving...
Mark Richman has found a solution to a bug when upgrading a .NET 2.0 Compiled site to .NET 3.5 and using LINQ. Check it out http://markrichman.com/post/Visual-Studio-2008-Bug-Upgrading-web-site-from-Visual-Studio-2005-compiler-error-CS1519.aspx Enjoy
Visual Studio 2008 and .NET 3.5 are finally out and with it we have some new "toys" to look at. Today we are going to look at XLINQ and the new ListView control while we build a new RSS Reader. Before we get started I want to take a brief at LINQ. LINQ...