Browse by Tags

All Tags » SQL Server » .NET » ASP.NET » Data (RSS)

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: , , , ,

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

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

New "Orcas" Language Feature: Extension Methods by ScottGu

Last week I started the first in a series of blog posts I'll be making that cover some of the new VB and C# language features that are coming as part of the Visual Studio and .NET Framework "Orcas" release later this year. My last blog post covered the...
Filed under: , , , ,

Tip/Trick: How to upload a .SQL file to a Hoster and Execute it to Deploy a SQL Database by ScottGu

Last month I posted about the new (free) Database Publishing Wizard that is designed to make it much, much easier to upload and deploy SQL Express and SQL Server databases in a web hoster environment. In my first Database Publishing post , I walked through...

Recipe: Deploying a SQL Database to a Remote Hosting Environment (Part 1) by ScottGu

Scenario: You finish building a great ASP.NET application, have everything tested and working right on your local system, are taking full advantage of the new ASP.NET 2.0 Membership, Role and Profile features, and are ready to publish it to a remote hosting...

Understanding LINQ to SQL Query Translations by ScottGu

I posted two blog posts last weekend about using LINQ to easily perform data access against a database. Several people have asked me for more details on LINQ to SQL since then. Sahil Malik made some excellent posts earlier this summer that go into more...
Filed under: , , , ,

Slides + Samples Posted from my TechEd LINQ Talk by ScottGu

One of the highlights for me of my recent trip to TechEd NZ and Australia was the opportunity I had to create and present a new "Building Data Driven ASP.NET Web Applications using LINQ" talk. LINQ is a super cool new technology, and is going to have...
Filed under: , , , , ,
More Posts Next page »