in

Stuart Manning

Belfast Web Development | C# | ASP.NET | Ajax | LINQ | JQuery | CSS | Flex

Browse by Tags

  • LINQ RSS Writer

    LINQ makes everyday tasks a joy and not a chore. This simple code example was implemented and deployed on http://www.causewaydesign.co.uk/ in 15 mins. using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security;...
    Posted to ASP.NET (Weblog) by Stuart Manning on 03-26-2008
  • RSS Reader with LINQ to XML

    What joy, LINQ to XML . This code example shows how you can use LINQ to XML to painlessly extract content from an RSS feed. No more XPathDocument and etc, coded in minutes. StringBuilder sb = new StringBuilder(); //test read XNamespace slashNamespace = "http://www.w3.org/2005/Atom"; XDocument...
    Posted to ASP.NET (Weblog) by Stuart Manning on 02-27-2008
  • Using the LinqDataSource

    I admit that at first I really didn't like the LinqDataSource, it has it own particularities that with the next iteration might be removed. Also, I thought it didn't find related table data (so wrong!). But that was more down to trusting Visual Studio to bind the correct details for those ( quick...
    Posted to ASP.NET (Weblog) by Stuart Manning on 02-27-2008
  • Simple Validation with LINQ to SQL Classes

    http://geeks.ms/blogs/roller/archive/2008/02/26/simple-validation-with-linq-to-sql-classes.aspx This article covers validation for LINQ to SQL, example are in VB but a recommened read for anyone.
    Posted to ASP.NET (Weblog) by Stuart Manning on 02-27-2008
  • Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library)

    LINQ (language integrated query) is one of the new features provided with VS 2008 and .NET 3.5. LINQ makes the concept of querying data a first class programming concept in .NET, and enables you to efficiently express queries in your programming language of choice. read more
    Posted to ASP.NET (Weblog) by Stuart Manning on 02-18-2008
Page 1 of 1 (5 items)