MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.
All Tags » VB » LINQ » VSM (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • What's new in VB 2008

    Visual Studio magazine's January On VB column, by your's truly, has a quick reference guide to what's new in VB 2008 . The guide includes links to earlier articles that provide more in depth information on specific features. Errata for my January column : The web site fails to display &...
    Posted to @ Head (Weblog) by bill on 12-21-2007
    Filed under: VB, Orcas, LINQ, VSM, VS2008
  • 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 (Weblog) by bill on 11-24-2007
    Filed under: VB, Orcas, LINQ, VSM, DevCenter, Bug
  • 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 (Weblog) by bill on 08-15-2007
    Filed under: VB, Orcas, LINQ, VSM, DevCenter
Page 1 of 1 (3 items)


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems