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
  • Visualizing data (plotting functions of two independent variables)

    First off this post doesn’t contain that much textual substance, for more read the previous post I made, also the graphing library I am using is F# for Visualization . While it is possible to plot these functions by hand in the very, very (emphasis on very, e.g. a plane) simple cases anything other than...
    Posted to Granville Barnett (Weblog) by gbarnett on 06-22-2008, 12:00 AM
    Filed under: .NET, F#, Data
  • Visualising data

    I tend to use Octave for maths based stuff, including visualizing the plotting of functions and so on. Anyway to my point, I have found that GNU Plot as great a tool it is to be somewhat linear in its way of thinking when rendering the (2D) graph - as an example if you devise a function with inputs that...
    Posted to Granville Barnett (Weblog) by gbarnett on 06-03-2008, 12:00 AM
    Filed under: .NET, F#, Data
  • إصدارة أولية من ASP.NET Dynamic Data أصبحت متوفرة

    قبل بضعة أشهر قمنا بإصدار امتدادات العرض لـ ASP.Net 3.5 التي احتوت مجموعة من المزايا الجديدة التي سوف يتم إصداراها فيما بعد خلال هذه السنة (تطويرات على ASP.NET AJAX ،ASP.NET MVC،دعم لـASP.NET SilverLight، و ASP.NET Dynamic Data ) الـ دعم ASP.NET Dynamic Data خلال الإصدارة الأولية تلكقد  قدمت نظرة...
    Posted to Scott Guthrie's Blog in Arabic (Weblog) by IsToFix on 04-19-2008, 12:00 AM
    Filed under: Data, LINQ, ِASP.Net, .NET
  • 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
  • SQL 2005 - Maximum number of characters displayed in each column

    This setting in Microsoft SQL server management studio, which has a default setting of 256 characters, caused me to waste almost half an hour yesterday. I was looking in the wrong places trying to troubleshoot my stored procedure and wondering why my data was being truncated. There is no indication in...
    Posted to Raj Kaimal (Weblog) by rajbk on 09-27-2007, 12:00 AM
    Filed under: Data, SQL
  • 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
Page 1 of 9 (87 items) 1 2 3 4 5 Next > ... Last »