Skip Navigation Links

 

 

DataModels is a project which aims to allow for easy reuse of specific data models using a very simple API. It has support for these models:


- KeyValue structure: this should be selfdescribing.
- ApplicationSettings: this allows you to quickly add support to a application for custom settings. Comes with a ASP.NET UI.
- Localization: add support for database localization. Comes with a GUI calledNewt.

Quickstart:
- import the desired model into your database (you can find the sql files in the Script subfolder).
- reference the voidsoft.DataModels.dll and voidsoft.DataBlock.dll assemblies.
- create a new instance of the specific model by passing the connection string.
- use the model.


Here'sNewt in action:

 



Download v1.0 from   here.

(c) 2004-2009 voidsoft srl