Browse By Category: ADO.Net
1
Zips
By number8 456 days, 20 hours ago
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. [View Lecture]
Category: ADO.Net | Add a Comment | Level: Beginner | Language: English
Tags LINQ
1
Zips
By number8 456 days, 20 hours, 1 minutes ago
The LinqDataSource control can be customized declaritively, as shown in Part 5, or through code by handling the Selecting method [View Lecture]
Category: ADO.Net | Add a Comment | Level: Beginner | Language: English
Tags LINQ
1
Zips
By number8 456 days, 20 hours, 1 minutes ago
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 done through LINQ and the LinqDataSource. [View Lecture]
Category: ADO.Net | Add a Comment | Level: Beginner | Language: English
Tags LINQ
1
Zips
By number8 456 days, 20 hours, 2 minutes ago
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. [View Lecture]
Category: ADO.Net | Add a Comment | Level: Beginner | Language: English
Tags LINQ
1
Zips
By number8 456 days, 20 hours, 3 minutes ago
This video shows how to query a database with LINQ, the underlying SQL with a query visualizer, databinding to ASP.NET controls and record paging. [View Lecture]
Category: ADO.Net | Add a Comment | Level: Beginner | Language: English
Tags LINQ
1
Zips
By number8 456 days, 20 hours, 4 minutes ago
LINQ to SQL relies on an object-to-relational model set of classes that map to your database tables. Visual Studio 2008 includes a visual ORM design surface that maps these tables to code. [View Lecture]
Category: ADO.Net | Add a Comment | Level: Beginner | Language: English
Tags LINQ
1
Zips
By number8 456 days, 20 hours, 18 minutes ago
New language features for C# and VB support data access directly from code, without writing SQL. This video shows the minimum steps to use LINQ (Language Integrated Query) to query, update, add and delete rows from the Northwind database. [View Lecture]
Category: ADO.Net | Add a Comment | Level: Beginner | Language: English
Tags LINQ