Browse by Tags

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

LINQ to SQL (Part 8 - Executing Custom SQL Expressions) 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: , , , ,

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

Update of SQL Server Database Publishing Toolkit for Web Hosting by ScottGu

A few months ago I posted about the new SQL Server Database Publishing Hosting Toolkit built and published by the SQL Server team. You can read about what it offers and how to use it in these previous two blog posts of mine: Recipe: Deploying a SQL Database...

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...
More Posts Next page »