GeekArticles
Microsoft
Visual BasicLINQ to XML How-Do-I Video Series Released
Author: msdn2.microsoft.com |
Published: 2nd Nov 2007 |
Visited: 85 times |
Add CommentFiled in: Visual BasicVisual Basic developers will learn about all the new XML features included in the next version of Visual Basic which makes creating, querying and transforming XML easier than ever before.
Read Article Sponsored Links
Related Articles
• LINQ to SQL Instantiation This article discusses how and when the objects within LINQ to SQL are created and instantiated, and how it maintains a list of the changes that need submitted to the database. It also discusses how this can be managed and some of the intricacies in LINQ with the help of source c ...
• CLINQ v1.1.0.0 Released CLINQ v1.1 has been released. Some of you may have already downloaded some of the new builds, but here's a rundown of what the new release includes: Support for Continuous Aggregation. Now, in addition to being able to have your result sets automatically update themselves in response to changes ...
• Working with XML Data Using LINQ, a TreeView, and a ListView :: Editing Data
ASP.NET includes a variety of tools for displaying and editing XML documents. A previous article, Working
with XML Data Using LINQ, a TreeView, and a ListView :: Displaying Data, showed how with a TreeView control, a ListView control, an XmlDataSource control,
a LinqDataSource control, and about 50 ...