Global Xml namespaces in VB 9.0 provide the ability to create alias for Xml namespace that can be used in the Xml axis properties and in the Xml literals. The following is an example from my previous post : Imports ns = " http://www.w3.org/1999 " Module Module1 Sub Main () Dim book = _ < ns:Book > < ns
Similar Posts
I hope you already had the chance to download the latest LINQ CTP . This CTP contains important improvements to the Xml features in VB 9.0 which most of
Introduction Today I have a post for you about a feature that's not so well-known as it should be in my opinion aliases in C#. Everyone should know about
Many people asked us why did we choose the triple dot syntax for the descendants axis in the VB 9.0 Xml members syntax. Before I go into the reasoning
Learn how to display gentler error messages when errors are encountered while developing ASP.NET applications. In this article, Stephen Walther shows you