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 self describing.- ApplicationSettings: this allows you to quickly add support to a application for custom settings. It 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's Newt in action:
(c) 2004-2010 voidsoft srl