Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
LINQ to Outlook?
travislaborde
follow
0
9-17-2007 7:52 AM
266 views
tags:
programming
,
.net
,
2008
,
linq
travislaborde
says:
Don't worry, it's not as cool as you wish it was.
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Related Clips
Favorite Programming Quotes
The Future Of Code, Digital And Genetic Co...
The Great Depression Hoax
MSNBC's Network Chief Down Plays The Pers...
Free Online Courses from Great Universities
OH voting machines contain critical vote-d...
Cheezburger LOLz for ALLz
More clips from
travislaborde
How "The Price is Right" SHOULD Work :)
Pictures - Taken Just At The Right Time
THE BEST MAN TURNED OUT TO BE A WOMAN
Today's Top Clips
"Artwork inspired by the mysteries and marvels of science." wonderful images
Gait may be associated with orgasmic ability
24 of the most peculiar creatures known to mankind.
Physicists investigate how time moves forward
Late-Night Jokes about Republican Vice Presidential Candidate Sarah Palin
Everyone needs a hug
Brave New World of Digital Intimacy
Salvador Dali's Alice in Wonderland Series
"Walking to the Moon" - A woman wakes from a coma
Cancer Redefined
visit the
Top Clips page
View the Top Clips from
September 17, 2007
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/21d9d8f6-7e2f-4532-9bae-6eddd66e7455/A57C13CF-E014-48F0-AB9D-CF5A91D4BFDC/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.thedatafarm.com/blog/2007/09/17/usinglinqtoqueryoutlookemailsjoinedwithsqldata.aspx" href="http://www.thedatafarm.com/blog/2007/09/17/usinglinqtoqueryoutlookemailsjoinedwithsqldata.aspx" style="font-size: 11px;">www.thedatafarm.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.thedatafarm.com/blog/2007/09/17/usinglinqtoqueryoutlookemailsjoinedwithsqldata.aspx"><DIV class="itemTitleStyle"> <A href="http://www.thedatafarm.com/blog/2007/09/17/UsingLINQToQueryOutlookEmailsJoinedWithSQLData.aspx" rel="bookmark" class="TitleLinkStyle">Using LINQ to query Outlook emails joined with SQL data</A> </DIV></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.thedatafarm.com/blog/2007/09/17/usinglinqtoqueryoutlookemailsjoinedwithsqldata.aspx"><P>I watched <A href="http://www.thedatafarm.com/blog/ct.ashx?id=df378be6-a3c9-4ede-9485-58492a177449&url=http:%2f%2fweblogs.asp.net%2fwallym%2farchive%2f2007%2f07%2f08%2fasp-net-podcast-show-96-jim-wooley-on-link-part-ii-video-and-audio.aspx">part 2 of Jim Wooley's ASP.NET Podcast show on LINQ</A> and was really impressed with the creativity of his examples. Having dug deeply in order to write <A href="http://www.thedatafarm.com/blog/ct.ashx?id=df378be6-a3c9-4ede-9485-58492a177449&url=http:%2f%2flinqinaction.net%2f">LINQ in Action</A> along with Fabrice Marguerie and Steve Eichert, he's way past the how-to basics and able to see the bigger picture of leveraging LINQ.</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.thedatafarm.com/blog/2007/09/17/usinglinqtoqueryoutlookemailsjoinedwithsqldata.aspx"><P>In his demo, he starts with some simple querying of the file system - a good demonstration of using linq against objects, but by the time he gets to the end of the demo, he is using JOIN to build queries that combine file system info with data pulled from the database.</P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.thedatafarm.com/blog/2007/09/17/usinglinqtoqueryoutlookemailsjoinedwithsqldata.aspx"><P>I knew I wanted to do something like that but I couldn't just copy him, no matter how flattering. So I thought about it for a while... what data is on my computer that I might want to extend with some database data? Then I thought of Outlook. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.thedatafarm.com/blog/2007/09/17/usinglinqtoqueryoutlookemailsjoinedwithsqldata.aspx"><P>Thankfully, John Goalby had already written some posts on <A href="http://www.thedatafarm.com/blog/ct.ashx?id=df378be6-a3c9-4ede-9485-58492a177449&url=http:%2f%2fblogs.sftsrc.com%2fjohng%2farchive%2f2007%2f05%2f30%2fUsing-LINQ-to-access-Outlook-data---Part-2.aspx">querying Outlook data with LINQ</A>. So I was well on my way!</P></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/A57C13CF-E014-48F0-AB9D-CF5A91D4BFDC/blog/" title="blog or email this clip"><img src="http://content7.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Blog
Copyright
Privacy
EULA
OK