http://aspnetpodcast.com/CS11/blogs/
asp.net_podcast/archive/2007/06/28/asp-n
et-podcast-show-95-jim-wooley-on-linq-part-i-video-and-audio
.aspx
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.asp
x. Jim can be
contacted via his web site at http://devautho
rity.com/blogs/jwooley or at
the site for his upcoming LINQ book at http://LinqInAction.net.
Wallace B. McClure
http://www.scalab
ledevelopment.com/
http://www.aspnetpodcas
t.com/
Microsoft MVP
AspInsider - http://www.aspinsiders.co
m/
INETA Speaker's Bureau - http://www.ineta.org/
Blog: http://weblogs.asp.net
/wallym/ & http://www.morewally.com/
a>
Need SQL Advice? http://sqladvice.com
Need RegEx Advice? http://regexadvice.com
Need XML Advice? http://xmladvice.com
|