Welcome to Jonathan Parker's Blog
Sign in
|
Join
|
Help
Jonathan Parker
C# and ASP.NET Developer (
CV
)
RSS 2.0
Atom 1.0
Home
Email
Search
Go
follow jonathanparker at http://twitter.com
Tags
.NET
Agile
AJAX
Arcast
Architecture
ASP.NET 2.0
Blog
Blogging
Books
Browsers
C#
CardSpace
ClickOnce
Code
Community Server
CTE
Email
Firefox
Fundamentals
Google Maps
Google Trends
IE7
Information Cards
IP
iTunes
LINQ
Linux
Live Mail
Mono
Performance
Plugins
Podcasts
RoR
Ruby
Scalability
Silverlight
Skype
SLA
SQL Server 2005
SQL Server Management Studio Express
TDD
Test Driven Development
Tools
TSQL
Ubuntu
Upgrade
UX
VB.NET
ViEmu
Vim
Virtual PC 2007
Virtualisation
Vista
Visual Studio 2005
VMWare
WCF
Web
Web2.0
WebControls
Windows Live Writer
WPF
XAML
XLINQ
Yahoo
Navigation
Home
Blogs
Demos
Forums
Photos
Downloads
My Reader
Archives
August 2008 (1)
July 2008 (1)
May 2008 (7)
March 2008 (4)
January 2008 (3)
November 2007 (3)
October 2007 (5)
September 2007 (1)
August 2007 (1)
July 2007 (1)
June 2007 (15)
May 2007 (4)
April 2007 (5)
March 2007 (1)
February 2007 (2)
January 2007 (5)
December 2006 (1)
October 2006 (5)
September 2006 (5)
August 2006 (8)
July 2006 (1)
May 2006 (1)
April 2006 (2)
March 2006 (2)
February 2006 (1)
January 2006 (2)
December 2005 (2)
November 2005 (2)
October 2005 (2)
August 2005 (1)
July 2005 (5)
.NET
Andrew Coates
Dave Glover "Down Under (Oz)"
frankarr - an aussie microsoft blogger
Matt Powell
Nick Wienholt
Glavs Blog
Scott Hanselman's Computer Zen
Planet TW
ScottGu's Blog
Coding Horror
MSDN Blogs
Dr. Neil's Notes
MSDN Blogs
Ozzie Rules Blogging
SQL
Greg Low
Rob Farley
Browse by Tags
All Tags
»
LINQ
(RSS)
XLINQ
Let in LINQ
This is a great tip if you're looking to do some procedural processing within a LINQ query: public void LINQ2XML() { int index = 0; XElement e = new XElement( "Items" , from item in myItems let itemIndex = ++index select new XElement(
Read More...
Posted
Tuesday, March 25, 2008 6:25 AM
by
jonathanparker
|
0 Comments
Filed under:
XLINQ
,
LINQ
How to link things together with LINQ
Despite all the wonderful things that LINQ provides there are amazingly some disadvantages of using LINQ. One of the main ones is "How do I use anonymous types generated by LINQ?" Well if you're wanting to do a LINQ query and then iterate over the results
Read More...
Posted
Monday, March 17, 2008 5:49 AM
by
jonathanparker
|
0 Comments
Filed under:
LINQ