Videos with tag linq All | Novice | Advanced | Expert

Brian Beckman and Erik Meijer on Tesla

Summary The project code-named TESLA in Microsoft Research is being spearheaded by Brian Beckman and Erik Meijer. LINQ is the first technology aimed at democratizing the Internet c... read more »

Level: advanced Jul 04, 2008 Votes: 0 Dmytro Shteflyuk

 

Mads Torgersen on C# Futures

Posted in Development, C#, Interview...

Summary In this interview, Floyd Marinescu interviews Mads Torgersen about the futures of C#. They discuss LINQ, parallelism and Mads provides his thoughts on functional programmin... read more »

Level: any Jun 29, 2008 Votes: 0 Dmytro Shteflyuk

 

Erik Meijer on C# 3.0 and LINQ

Summary In this presentation from QCon, Erik Meijer discuss C# 3.0 and LINQ with Objects, XML, and relational data using O/R mapping with a focus on composition. This is a more in dep... read more »

Level: any Jun 28, 2008 Votes: 0 Dmytro Shteflyuk

 

Jimmy Nilsson on LINQ to SQL

Summary In this interview, Jimmy focuses on LINQ to SQL and ORM. Jimmy has tried to create a similar technology to LINQ to SQL in the past, but without similar results. While LINQ... read more »

Level: advanced Jun 28, 2008 Votes: 0 Dmytro Shteflyuk

 

LINQ to SQL: Querying the Database

This video shows how to execute any arbitrary SQL through the ExecuteCommand syntax and encapsulating the code through the partial DataContext class. Presented by Scott Stanfield Date: 13 ... read more »

Level: novice Jun 28, 2008 Votes: 0 Dmytro Shteflyuk

 

How Do I: LINQ to SQL: Updating the D...

In this video I demonstrated how to create, update and delete records through LINQ, simple transactions, updates across relationships, and custom column and row validation. Presented by ... read more »

Level: any Jun 28, 2008 Votes: 0 Dmytro Shteflyuk

 

LINQ to SQL: Updating with Stored Pro...

Override the generated ORM update/delete/insert logic with your own through stored procedures. The video also shows in detail how to use the SQL Profiler to monitor the changes in the ORM fro... read more »

Level: novice Jun 28, 2008 Votes: 0 Dmytro Shteflyuk

 

How Do I: LINQ to SQL: Using Stored P...

Using existing stored procedures and functions is easy with LINQ. We simply drag the stored procedures onto the O/R mapping surface and call them from the generated Data Context object. Pre... read more »

Level: novice Jun 28, 2008 Votes: 0 Dmytro Shteflyuk

 

How Do I: LINQ to SQL: Custom LinqDat...

The LinqDataSource control can be customized declaritively, as shown in Part 5, or through code by handling the Selecting method. Presented by Scott Stanfield Date: 10 January 2008read more »

Level: novice Jun 28, 2008 Votes: 0 Dmytro Shteflyuk

 

How Do I: LINQ to SQL: LinqDataSource

The new asp:LinqDataSource control .NET 3.5 makes binding to UI elements easy. In fact, no code was written or harmed in the making of this video. Query, update, delete, paging, sorting, all ... read more »

Level: novice Jun 28, 2008 Votes: 0 Dmytro Shteflyuk