Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • LINQ to SQL (Part 7 - Updating our Database 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-23-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
  • The asp:ListView control (Part 1 - Building a Product Listing Page with Clean CSS UI)

    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. But - unlike the GridView - it provides you with...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-10-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
  • 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
  • Using LINQ to XML (and how to build a custom RSS Feed Reader with it)

    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 supports a rich extensibility model that...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 08-07-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
  • 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
  • LINQ to SQL (Part 3 - Querying our Database)

    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. You can then use LINQ expressions to query the...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 06-29-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
  • LINQ to SQL (Part 2 - Defining our Data Model Classes)

    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 LINQ to SQL including: How to query a database How...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 05-29-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
  • Using LINQ to SQL (Part 1)

    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 Initializer and Collection Initializers Extension...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 05-19-2007, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, LINQ, Data
Page 1 of 3 (22 items) 1 2 3 Next >