Community

Searching XML using a DataSet & DataView – Introduction

(Chris Scott) Sometimes you need the basic features of a database but don’t want the hassle, and possibly cost, of creating one for a small application. With the .NET DataSet object and a simple XML document we can emulate the basic features of a database. In this example, we use an XML document whi

Read More - Register for Free Membership