Browse by Tags

All Tags » LINQ » ASP.NET » Data (RSS)

ASP.NET Dynamic Data Preview Available by ScottGu

A few months ago we released an ASP.NET 3.5 Extensions Preview that contained a bunch of new features that will be shipping later this year (including ASP.NET AJAX Improvements, ASP.NET MVC, ASP.NET Silverlight Support, and ASP.NET Dynamic Data). The...
Filed under: , , ,

New ASP.NET Dynamic Data Support by ScottGu

The ASP.NET 3.5 Extensions CTP we shipped this past weekend contains a bunch of great new features. One of the cool new features is something we call "ASP.NET Dynamic Data Support".  In a nutshell this enables you to really quickly build...
Filed under: , , ,

LINQ to SQL (Part 9 - Using a Custom LINQ Expression with the <asp:LinqDatasource> control) by ScottGu

Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using...
Filed under: , , ,

LINQ to SQL (Part 7 - Updating our Database using Stored Procedures) by ScottGu

Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using...

LINQ to SQL (Part 6 - Retrieving Data Using Stored Procedures) by ScottGu

Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using...
Filed under: , , , ,

The asp:ListView control (Part 1 - Building a Product Listing Page with Clean CSS UI) by ScottGu

One of the new controls in ASP.NET 3.5 that I think will be very popular is the <asp:ListView> control. The ListView control supports the data editing, insertion, deleting, paging and sorting semantics of higher-level controls like the GridView...

Great New ASP.NET 2.0 Data Tutorials Published by ScottGu

Over the last year Scott Mitchell has written 75 awesome data access tutorials covering ASP.NET 2.0 and VS 2005. You can read all of them for free on the www.asp.net site (VB and C# versions are provided for each tutorial). Earlier this week we published...

Using LINQ to XML (and how to build a custom RSS Feed Reader with it) by ScottGu

One of the big programming model improvements being made in .NET 3.5 is the work being done to make querying data a first class programming concept. We call this overall querying programming model "LINQ", which stands for .NET Language Integrated Query...

LINQ to SQL Debug Visualizer by ScottGu

Probably the biggest programming model improvement being made in .NET 3.5 is the work being done to make querying data a first class programming concept. We call this overall querying programming model "LINQ", which stands for .NET Language Integrated...

LINQ to SQL (Part 5 - Binding UI using the ASP:LinqDataSource Control) by ScottGu

Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to easily model relational databases...
More Posts Next page »