Free VB.NET Code Snippets, Source Code, Articles, Examples, Tutorials and Programming Help

Archive for August, 2009

How to Count XML Nodes from VB.NET

This is how do you quickly count the child nodes of an XML file. Say that you have an XML data as follows:

Write to MS Access 2007 Database from VB.NET

This is a very short example about how to write (insert a new record) to MSAccess database from VB.NET.
I believe that the code is well commented so no additional explanation is needed. Enjoy!