DCSIMG
Lecture about LINQ - Wortzel's blog

Wortzel's blog

.Net (2.0, 3.0, 3.5), C#, Asp.net, Com+, GIS(ESRI Software), Management, Analysis & Design, Life, Trips, And more...
Lecture about LINQ

In last month I lectured at my former work about LINQ.

The lecture included these subjects:

  • What is LINQ? DLINQ? XLINQ?
  • An introduction to the LINQ project
  • Some of the new C# 3.0 features(extension methods, Lambda expressions )
  • LINQ to objects
  • LINQ to SQL
  • And a lot code samples…
You can download the lecture presentation and code samples from the attachment.
I promise to write some posts about this subject...

Published Thursday, July 19, 2007 12:14 AM by Avi Wortzel
תגים:,

Comments

# Introducing to DLINQ - part 1@ Thursday, August 02, 2007 1:27 PM

One of the major parts in LINQ project is DLINQ – .Net L anguage In tegrated Q uery for relational D

Wortzel's blog