Accessing data without using database (.Net 2005).

Jan 31 2010 11:43 AM
Is it possible to add, edit, view and delete records using a file only (instead of a database) and .Net 2005 (VB.Net/C#)?
The concept is that a file that'll work more-or-less like a database. One can add, edit, view, delete and query data to and from the file. The file, either cannot be opened directly or data inside the file should be in some encrypted form so that even if the file is opened no one can comprehend it. Data inside the file can only be manipulated by a front end application i.e. .Net 2005.

If there's some methodology like this then please refer me some links to tutorials and whitepapers. Thanks in advance.

Answers (6)