Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Bokrecension - ASP.NET Data Presentation Controls Essentials

    Innehållsförteckning Introduction to Data Binding in ASP.NET Working with List Controls in ASP.NET Working with the Repeater Control Working with the DataList Control Working with the DataGrid Control in ASP.NET Displaying Views of Data (Part 1) Displaying Views of Data (Part 2) Working with LINQ Om...
    Posted to Mikael Söderström (Weblog) by Vimpyboy on 10-01-2008, 12:00 AM
    Filed under: C#, ASP.NET, Bokrecension, Data
  • Ensure Proper Closure & Disposal Of A DataReader

    Most of the time, we create programs that use DataReaders (weather they are on ASP.NET or Winforms). They're fast, easy to use but sometimes, they fill out our connections pool and withour proper care, they can cause problems to our users. There are some blog posts around this issue and many questions...
    Posted to Jose R. Guay Paz (Weblog) by Jose Rolando Guay Paz on 07-22-2008, 12:00 AM
    Filed under: ASP.NET, Winforms, Data
  • ASP.NET Dynamic Data Preview Available

    A few months ago we released an ASP.NET 3.5 Extensions Preview that contained a bunch of new features that will be shipping later this year (including ASP.NET AJAX Improvements, ASP.NET MVC, ASP.NET Silverlight Support, and ASP.NET Dynamic Data). The ASP.NET Dynamic Data support within that preview provided...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 04-10-2008, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data
  • New ASP.NET Dynamic Data Support

    The ASP.NET 3.5 Extensions CTP we shipped this past weekend contains a bunch of great new features. One of the cool new features is something we call "ASP.NET Dynamic Data Support".  In a nutshell this enables you to really quickly build data driven web-sites that work against a LINQ to...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 12-14-2007, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data
  • Convert HTML tables to a DataSet

    I've just had a requirement to extract some data from a web page and manipulate it before sending it off elsewhere. The data in the web page was all included inside <table> tags, so I wrote a few Regular Expressions to extract this data and place it in a DataSet object. Read More... If you have...
    Posted to Mark Smith (Weblog) by ca8msm on 12-06-2007, 12:00 AM
    Filed under: ASP.NET, Extract, Data, DataSet, HTML, Table
  • LINQ to SQL (Part 9 - Using a Custom LINQ Expression with 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 model relational databases using .NET classes. You can use LINQ expressions to query...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-07-2007, 12:00 AM
    Filed under: ASP.NET, .NET, LINQ, Data
  • 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
  • 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
  • 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
Page 1 of 7 (69 items) 1 2 3 4 5 Next > ... Last »