Browse by Tags

Related Posts

  • REST with LINQ to XML

    With LINQ to XML, what I have learned so far, it's awesome, it is not only the first class concept of processing XML data, but also let you process a complex XML doc in the most simplest and readable way. I have a project called, Linq.Flickr , and I often need to process XML data for REST query. To show...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 01-11-2008, 12:00 AM
    Filed under: LINQ, C#, VS2008, Linq.Flickr, LINQ To Xml
  • OpenXML to parse your office documents

    ECMA OpenXml is a recognized open standard for saving and retrieving office documents that enables cross-platform document porting and sharing. The Office 2007 uses this format for its data persistence for word, excel and power point lineups. There is a OpenXml SDK CTP available for it to download from...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 03-15-2008, 12:00 AM
    Filed under: LINQ, C#, LINQ To Xml, OpenXml
  • REST to collection builder using LINQ to XML

    Few weeks ago, I did a post about how can I handle REST response using LINQ To XML. You can take a look at it here. http://weblogs.asp.net/mehfuzh/archive/2008/01/11/rest-with-linq-to-xml.aspx Now , this is nice that we can parse REST response with LINQ To XML but at the same time it is kind of boring...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 03-30-2008, 12:00 AM
    Filed under: LINQ, C#, LINQ To Xml
  • Mocking static methods with Typemock

    There are mocking tools like Rhino Mock, Moq, NMock, Typemock and many more. Recently, I was kinda evaluating mocking tools to mock out REST calls in Linq.Flickr. Almost all of the mock tools requires some sort of interface reference to work on. When, to mock out methods like XElement.Load or File.Open...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 04-21-2008, 12:00 AM
    Filed under: LINQ, C#, Linq.Flickr, LINQ To Xml, TypeMock, Unit Test
Page 1 of 1 (4 items)