Home / ASP.NET Weblogs

Browse by Tags

Related Posts

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

    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 .NET classes. You can use LINQ expressions to query...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-16-2007, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data, SQL Server
  • Great New ASP.NET 2.0 Data Tutorials Published

    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 the last 9 articles in the series : Scott Mitchell...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-08-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data, SQL Server, Community News
  • LINQ to SQL Debug Visualizer

    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 Query . Developers can use LINQ with any data source...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 07-31-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data, SQL Server
  • LINQ to SQL (Part 5 - Binding UI using the ASP:LinqDataSource Control)

    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 using .NET classes. You can use LINQ expressions...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 07-16-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data, SQL Server
  • LINQ to SQL (Part 4 - Updating our Database)

    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 using .NET classes. You can use LINQ expressions...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 07-11-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data, SQL Server
  • New "Orcas" Language Feature: Extension Methods

    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 new Automatic Properties, Object Initializer and...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 03-13-2007, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data, SQL Server
  • Tip/Trick: How to upload a .SQL file to a Hoster and Execute it to Deploy a SQL Database

    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 how you can use the Database Publishing Wizard...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 01-11-2007, 12:00 AM
    Filed under: ASP.NET, .NET, Data, SQL Server, Tips and Tricks
  • Recipe: Deploying a SQL Database to a Remote Hosting Environment (Part 1)

    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 environment and share it with the world. Copying...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 12-22-2006, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, Data, SQL Server, Tips and Tricks
  • Understanding LINQ to SQL Query Translations

    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 detail about LINQ to SQL (aka DLINQ) and how it...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-01-2006, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data, SQL Server
  • Slides + Samples Posted from my TechEd LINQ Talk

    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 an absolutely enormous impact on .NET developers and...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-27-2006, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Talks, Data, SQL Server
Page 1 of 3 (25 items) 1 2 3 Next >