Browse by Tags

All Tags » ASP.NET » .NET » Data » Visual Studio (RSS)

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...

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...

LINQ to SQL (Part 4 - Updating our Database) 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...

LINQ to SQL (Part 3 - Querying our Database) by ScottGu

Last month I started a blog post series covering LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapping) framework that ships in the .NET Framework 3.5 release, and which enables you to easily model relational databases using .NET classes...

LINQ to SQL (Part 2 - Defining our Data Model Classes) by ScottGu

In Part 1 of my LINQ to SQL blog post series I discussed "What is LINQ to SQL" and provided a basic overview of some of the data scenarios it enables. In my first post I provided code samples that demonstrated how to perform common data scenarios using...

Using LINQ to SQL (Part 1) by ScottGu

Over the last few months I wrote a series of blog posts that covered some of the new language features that are coming with the Visual Studio and .NET Framework "Orcas" release. Here are pointers to the posts in my series: Automatic Properties, Object...
More Posts Next page »