News in the Category: XLinq Subscribe to the rss of this category.

Total posts: 520

July's Toolbox Column Online

Scott on Writing, July 4, 2008

MyToolbox column in theJuly 2008issue of MSDN Magazine is avaiable online. TheJuly issue examines: ScrewTurn Wiki - a wiki is a web application whose content is maintained by its users. Adding a wiki...

Linq to LLBLGen Pro: feature highlights, part 2

Frans Boumas blog, July 3, 2008

In the first part of this series I talked about the fact that Linq to LLBLGen Pro is a full implementation of Linq and why it's so important to use a full linq provider instead of a half-baked one. T...

Pluralsight 2.0

K. Scott Allen, July 2, 2008

Pluralsight has a new website, and the new site includes some online training options! See Fritzs post for more details. Be sure to check out one of the newest classes - the LINQ Fundamentals course, ...

Dinesh Kulkarni (LINQ to SQL) responds to the vote of no confidence for Entity Framework

Julia Lerman Blog - Dont Be Iffy..., June 25, 2008

Dinesh uses humor (laced with a little well deserved sarcasm) in response to "the sky is falling because Technology X doesn't fit my way of programming" .... Design of LINQ to SQL - What was I thin...

Jimmy Nilsson on LINQ to SQL and EF

Julia Lerman Blog - Dont Be Iffy..., June 24, 2008

A few months ago I came across this great interview with Jimmy Nilsson where he is talking abot LINQ and Entity Framework. I love what he says about LINQ - that it's a beatiful thing and it's small &...

Listen or Download Julians LINQ post as Podcast Audio

The ASPx Blog, June 21, 2008

 Podcasts are great to way to learn, discover, or just be entertained. And some times, it’s just better to hear the author express in their own voice rather than read a post. So you’l...

Professional LINQ

Chris Love's Official Blog - Professional ASP.NET, June 19, 2008

Professional LINQ (Programmer to Programmer) by Scott Klein Read more about this book... I am really getting into LINQ right now, so I am looking for good references to get the concepts in my brain. I...

What is the best book about C# 3.0 and LINQ?

Fabrice's weblog, June 18, 2008

Eggheadcafe.com readers' poll declares LINQ in Action "The best book about C# 3.0 and LINQ".The poll is still open, so feel free to give your opinion.Cross-posted from http://linqinaction.net...

Replace SortedDictionary with LINQ query - Part 2 (with comparison)

Mehfuzs WebLog, June 17, 2008

In my previous post, I have said that using LINQ query instead of SortedDictionary not only could be useful , elegant but also less processor intensive. In this post, I will show you a real comparison...

Linq to LLBLGen Pro: feature highlights, part 1

Frans Boumas blog, June 17, 2008

Some people asked me what the highlights are of Linq to LLBLGen Pro, which was released this week, as it seems that Linq support is apparently growing on trees these days. In this and some future pos...

LLBLGen Pro v2.6 has been released!

Frans Boumas blog, June 9, 2008

After almost 11 months of design, development, beta testing and adding final polish, it's here: LLBLGen Pro v2.6! This version, which is a free upgrade for all our v2.x customers, has a couple of ma...

"PLINQ" plus "Whose Session Is It Anyway" at NxtGenUG Fest08

The Moth, June 6, 2008

On 12th June at TVP in Reading you should not miss the NxtGenUG Fest08. I'll be making a short appearance to give a brief glimpse at Parallel LINQ (PLINQ). Laughs are also guaranteed as the day ends w...

A negative review for LINQ in Action

Fabrice's weblog, May 31, 2008

For a change, I won't post about all the positive reviews that our LINQ book received.Today, I wanted to post about a negative review that has been published recently on Amazon.com. This review is int...

LINQ in Action: Marguerie,Eichert, Wooley [Manning]

EggHeadCafe.com New Articles, May 27, 2008

Our "best book on C# 3.0 / LINQ" poll showed this book as the clear winner. This review tells why.  read moreBy Peter Bromberg ...

Parallel Extensions session resources

The Moth, May 23, 2008

- Here are the slides (save as pptx).- The demos were a subset of these videos: Samples, Task etc, Parallel class, PLINQ.Thank you to those that attended my Parallel Extensions session earlier today a...

Damien Guard joins the LINQ to SQL team as a developer

Julia Lerman Blog - Dont Be Iffy..., May 23, 2008

This isn't even new news, but it is somewhat new to me! I met Damien at an SDR back in October and had fun sitting with him before I headed to the airport as he advised me that I should probably just...

7 tricks to simplify your programs with LINQ

Fabrice's weblog, May 22, 2008

Despite what a lot of people still believe, LINQ is not all about SQL and databases. I guess it will take time before everybody gets used to it.With his 7 tricks to simplify your programs with LINQ, I...

Need a "WHERE field IN (x, y, z)" Clause with LINQ

JohnPapa.net, May 21, 2008

A colleague and I were talking about some LINQ features yesterday and one of the topics that came up was how to implement an IN clause. Ya know, similar to how SQL statements can use an IN clause in t...

Obtain the Identity of a New Row Using LINQ

Jason N. Gaylords Blog, May 20, 2008

It's actually pretty easy and user friendly to obtain the value of the identity column using LINQ. After you create your object and insert it on submit, you can call the identity column's property on ...

Parallel Extensions library is well received

The Moth, May 17, 2008

Last week I presented a session on Parallel Extensions in Glasgow (as I mentioned here).Colin posted the speaker scores from the multitrack event and those scores IMO directly reflect the fantastic jo...

FOLLOW UP: Public Sector Developer Conference (Downers Grove, IL)

Federal Developer Weblog, May 16, 2008

Thanks to everyone who attended!  Here are the links to the decks and code for the sessions.  I don't have the content from the LINQ & VSTO sessions yet, but will update this post when I...

LINQ Deep Dive and Best Practices Presentation Materials (Lisa Feigenbaum)

The Visual Basic Team, May 15, 2008

I presented the following talk this week at VSLive! Orlando 2008: Visual Studio 2008: LINQ Deep Dive and Best PracticesLINQ (Language Integrated Query) is a key platform innovation introduced with Vis...

LINQ in Action Second Edition is being printed!

Fabrice's weblog, May 7, 2008

LINQ in Action is doing well. We're all happy with the sales and all the reviews, on Amazon (5 stars on average) or on blogs.In fact, the book is doing so well that the publisher has to print a seco...

Introducing LINQ To Regex

ISerializable, May 7, 2008

When I first saw Josh Flanagan's Readable Fluent Regex Api, I loved it at first sight. Now I'm working on a demo for the upcoming DevTeach in Toronto, where I'll present how to build custom LINQ provi...

LINQ to XML, namespaces and VB

The Moth, May 6, 2008

Recently I was playing with some LINQ to XML for a demo I was preparing and was having trouble retrieving the expected values from what was a very straightforward query.Have a look at the XML file tha...

Raleigh Rollout for Visual Studio 2008 LINQ Demos

Chris Love's Official Blog - Professional ASP.NET, May 5, 2008

Last week I had the pleasure of showing the attendees at the Raleigh Hero's Happen Here event an introduction to LINQ. I hated I only had about 15 minutes to introduce this great new feature of .NET 3...

Aggregate Functions in LINQ

Jason N. Gaylords Blog, May 1, 2008

I found a great post which summarizes aggregate functions in LINQ. It includes examples for Average, Sum, and Count. Check it out at http://www.dev102.com/2008/04/16/how-to-use-aggregate-functions-wit...

Dynamic Data and 3rd party o/r mappers is a fact

Frans Boumas blog, May 1, 2008

In the latest public preview of Microsoft's Dynamic Data, they've added something else besides what's publicly advertised: support for 3rd party O/R mappers! A couple of weeks ago, Bryan Reynolds m...

Working with XML Data Using LINQ, a TreeView, and a ListView :: Editing Data

4GuysFromRolla.com Headlines, April 30, 2008

ASP.NET includes a variety of tools for displaying and editing XML documents. A previous article, Working with XML Data Using LINQ, a TreeView, and a ListView :: Displaying Data, showed how with a Tr...

An introduction to LINQ for db4o

The Code Project Latest Articles, April 29, 2008

A demo web application for demonstrating the power of LINQ for db4o with a GridView,...

One Model to rule them all

Patrik Löwendahls shout, April 28, 2008

"One Model to rule them all, One Model to find them,One Model to bring them all in to the darkness and bind them" The quote comes from the book "The Lord of The Ring" and like the characters in th...

ASP.NET Podcast #109 - DonXML on Linq

ASP.NET Podcast, April 23, 2008

Subscribe Download Show Notes: DonXML. Where has the show been? Upcoming events....

Working with XML Data Using LINQ, a TreeView, and a ListView :: Displaying Data

4GuysFromRolla.com Headlines, April 23, 2008

With more and more data being stored in XML, web applications today commonly need some way to view and edit the data stored in an XML file from a web page interface. If the XML data is relatively "f...

LINQ to SQL: Answers to Frequently asked Questions (FAQ)

Federal Developer Weblog, April 19, 2008

Came across this Q&A that you may find very informative...  check it out: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2769747&SiteID=1 Joel...

LINQPad as a Code Snippet Execution Engine

Rick Strahls WebLog, April 17, 2008

If you haven't checked out LINQPad before it's probably high time. LINQPad is a cool little utility that was mainly created to allow you to test LINQ expressions and see them produce a result and outp...

April's Toolbox Column Online

Scott on Writing, April 14, 2008

MyToolbox column in theApril 2008issue of MSDN Magazine is avaiable online. TheApril issue examines: Techniques for logging Web application errors. Provides an overview of two technologies for automa...

Review: LINQ Quickly

ASPAlliance.com - The #1 ASP.NET Community, April 11, 2008

One of the big advantages of LINQ is that we could use it against Objects, collections, XML, etc. Most importantly, searching a collection or a node in XML can be easily done using LINQ. LINQ uses que...

Just the Exes for the Tivo Summaries Executables!

peterkellner.net, April 8, 2008

The Exe files Tivo Summaries Graphs done in a previous article. Article on Developing TiVo graphs...

Resharper 4 EAP - Build 767

JohnPapa.net, April 6, 2008

I've been monitoring the nightly EAP builds of Resharper 4 and the latest ones have been pretty stable. While all of the features are not in yet (most notably full support for LINQ), there is enou...

Resharper 4 EAP - Build 767

JohnPapa.net, April 6, 2008

I've been monitoring the nightly EAP builds of Resharper 4 and the latest ones have been pretty stable. While all of the features are not in yet (most notably full support for LINQ), there is enou...

Resharper 4 EAP - Build 767

JohnPapa.net, April 6, 2008

I've been monitoring the nightly EAP builds of Resharper 4 and the latest ones have been pretty stable. While all of the features are not in yet (most notably full support for LINQ), there is enou...

Resharper 4 EAP - Build 767

JohnPapa.net, April 6, 2008

I've been monitoring the nightly EAP builds of Resharper 4 and the latest ones have been pretty stable. While all of the features are not in yet (most notably full support for LINQ), there is enou...

Resharper 4 EAP - Build 767

JohnPapa.net, April 6, 2008

I've been monitoring the nightly EAP builds of Resharper 4 and the latest ones have been pretty stable. While all of the features are not in yet (most notably full support for LINQ), there is enou...

Standard Query Operators with LINQ

JohnPapa.net, April 5, 2008

In the March issue of MSDN Magazine's Data Points column I explore a variety of the Standard Query Operators and how they work with LINQ. Read more about standard query operators at johnpapa.net...

Standard Query Operators with LINQ

JohnPapa.net, April 5, 2008

In the March issue of MSDN Magazine's Data Points column I explore a variety of the Standard Query Operators and how they work with LINQ. Read more about standard query operators at johnpapa.net...

Standard Query Operators with LINQ

JohnPapa.net, April 5, 2008

In the March issue of MSDN Magazine's Data Points column I explore a variety of the Standard Query Operators and how they work with LINQ. Read more about standard query operators at johnpapa.net...

Standard Query Operators with LINQ

JohnPapa.net, April 5, 2008

In the March issue of MSDN Magazine's Data Points column I explore a variety of the Standard Query Operators and how they work with LINQ. Read more about standard query operators at johnpapa.net...

Linq, DataContext, and Transactions

The Code Project Latest Articles, April 5, 2008

How to set Linq Transaction levels using a custom base DataContext class...

LINQ Row Number Column

Vault of Thoughts, April 4, 2008

Today I needed to add an special field to my LINQ query. A kind of Row Number column. Actually it was not a row number nor was it a column since LINQ deals with objects, but since it was used for pre...

ObjectQuery, LINQ to Entities and IQueryable

Julia Lerman Blog - Dont Be Iffy..., April 2, 2008

The return type of a LINQ query is an IQueryable, even a LINQ to Entities query. Here is a screenshot of a LINQ to Entities query at design time (code is NOT being debugged). But when the query has...

Product Spotlight