June 2007 - Posts
Subscribe. <--What all the cool kids are doing.
Original url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2007/06/28/asp-net-podcast-show-95-jim-wooley-on-linq-part-i-video-and-audio.aspx
Download WMV video.
Download iPod video.
Download MP3 audio.
Show Notes:
Part 1:
In the past, working with data has required learning a
number of different API sets for each kind of data you needed to
access. Relational data requires ADO. XML uses Xpath, XQuery and the
XML Dom. Objects require you to write your own manipulation code. In
this video, Jim Wooley (MVP in VB) introduces the Language INtegrated
Query (LINQ) project and demonstrates how to leverage it to use a
single API to work against objects or relational data. In it, we
explore extending an existing web site to add the ability to load a set
of web links from a database and display them using ASP.Net with Visual
Studio code name "Orcas". He starts with a standard object collection
populated by a DataReader and demonstrates how to eliminate the plumbing code using LINQ and LINQ to SQL.
Originally recorded on 3/21. Link to the Beta 1 download page:
http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx
This
video is part 1 of 3 recorded at the Atlanta Visual Basic Study Group
(www.avbsg.net). If it stops abruptly, it is because we didn't realize
pressing F10 to step through code in a VPC would cause our recording
tool to stop. The code samples and slides are available at
http://devauthority.com/files/13/jwooley/entry38500.aspx. Jim can be contacted via his web site at
http://devauthority.com/blogs/jwooley or at the site for his upcoming LINQ book at
http://LinqInAction.net.
In honor of the new version of me that has been released, we have incremented my major version number today. No longer am I 3x. On this day, we are releasing the new and improved Wally 4x. Yes, thats right, get it while its hot. Wally 40 is now available today. Get it while its hot. Everybody wants More Wally.
If you haven't figured it out yet, today is my birthday.
I'll be at the HUNTUG meeting on August 14th, 2007 to talk about .NET
Orcas and some of the things coming down the pipe in the next version
of .NET.
http://www.infoq.com/devlink
My session from last fall's devLink in Nashville is posted. One thing to note is that this talk is from the CTP bits from last summer, so this session is a little bit dated, but I think the overall points are still valid. Enjoy.
My buddy, Kirk Evans, is promoting the Web Experience events. Check out http://blogs.msdn.com/kaevans/archive/2007/06/05/just-blog-to-win-a-free-xbox.aspx for more details on how you can win an XBox.
http://www.oracle.com/technology/software/tech/windows/odpnet/index_11gbeta.html
Sweet, looks like a new set of tools for working with Oracle in .NET. Too bad its beta.
More Posts