Browse by Tags

Related Posts

  • LINQ and WCF Services

    My friend Kirk has a very interesting post that uses LINQ to turn an XML RSS feed into a JSON service using WCF . (Wow, this is acronym heaven!) The piece has good information about techniques using .NET 3.5 including LINQ to XML (including XDocument) and something in System.ServiceModel.Syndication...
    Posted to WebLog of Ken Cox (Weblog) by Ken Cox [MVP] on 09-04-2007, 12:00 AM
    Filed under: ASP.NET, AJAX, JSON, LINQ, WCF
  • [de] Dodned Usergroup Nachtrag

    Ich hatte gestern eine kurze Einführung zu jQuery gemacht, hier noch einmal die wichtigsten Links für Download und Dokumentation: Download und Hauptseite http://www.jquery.com/ Dokumentation http://docs.jquery.com/ UI Elemente (habe ich nicht gezeigt, ist aber auch interessant) http://ui.jquery.com/...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 11-30-2007, 12:00 AM
    Filed under: .NET, LINQ, JavaScript, JSON, UG Meeting, Community, jQuery
  • LINQ to JSON

    James has published a first beta of LINQ to JSON support in his Json.NET library . It looks very similar to my LINQ support in an internal build of Ajax.NET Professional which never has been released.   List < Post > posts = GetPosts(); JObject rss = new JObject( new JProperty( " channel...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 02-12-2008, 12:00 AM
    Filed under: Ajax.NET, .NET, LINQ, JavaScript, Source Code, JSON
Page 1 of 1 (3 items)