Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Saving and transferring customisations

    I got an email from a reader last week asking about saving customisations in Visual Studio: Hi Bill I read an excellent article by you http://visualstudiomagazine.com/Articles/2007/12/01/Customize-the-VB-IDE.aspx?Page=1 Just wondering if you know of a way to export those customisations so I can set up...
    Posted to @ Head by bill on Tue, Nov 24 2009
    Filed under: Filed under: , , , , ,
  • Cleaning up your XML literal namespaces

    If you use XML literals in your code, adding one to another: Dim e1 = <a:books></a:books> dim e2 = <a:book></a:book> e1.Add(e2) You will have the xmlns declaration repeated in each of the elements, when really it is only needed once per the document or outer element. The problem...
    Posted to @ Head by bill on Fri, Nov 23 2007
    Filed under: Filed under: , , , , ,
  • Snippet Editor 2008 release

    I've updated the Snippet editor to work with Visual Studio 2008 and 2005 releases. Note this release requires .NET 3.5. Changes/fixes: Added 2008 product range to the list of products Fixed replacement of the install root variable for Visual Studio that was resulting in a double \ midway of file...
    Posted to @ Head by bill on Tue, Nov 6 2007
    Filed under: Filed under: , , , , ,
  • Thoughts on Expression Trees

    I just finished writing an article about Expression Trees for Visual Studio Magazine (aka VBPJ ) and there seemed to be some "holes" that I think should be plugged. An expression tree is basically a descriptive way of representing a lambda function. The standard LINQ query operators (e.g Where...
    Posted to @ Head by bill on Wed, Aug 15 2007
    Filed under: Filed under: , , , ,
Page 1 of 1 (4 items)