This is Joe Walker’s presentation from The Ajax Experience last week. It is about web application security issues and possible solutions.
Category Archives: XML
Demonstration of XML in VB9
Posted by ajaxus
on March 12, 2007
No comments
The next version of VB .Net adds Xml as a built in data type using the new LINQ to XML API. As a built in data type, VB 9.0 provides the ability to create XML using XML Literals and to query XML documents using XML properties. This webcast contains a demo by David Schach, the lead developer in this project, of creating a program to share pictures over the internet.
view original