Evolutility - version 4.1 - 2/12/2013

Lightweight CRUD Framework for heavy lifting (for ASP.net and SQL Server)

To run the Evolutility sample applications:
 - Copy the directory "Evolutility_Web" which contains the web site to your web server.
 - Attach the database (located in the "App_Data" directory of the web site). 
   You may also create a new database and run the SQL scripts.
 - If necessary, change the database connection string in the "appSettings" section 
    of the Web.config file (or in every ASPX page). 

Default login/password
 - For the multi-users demos, use John/John or Mary/Mary as your login/password.
 - For EvoDico, use EVOL/LOVE as your login/password.

This download includes:

.net Assemblies:
- Evolutility.UIServer.dll - UI and DB CRUD.
- Evolutility.DataServer - httpHandler to reply AJAX calls.

Sample applications:
- More than 10 sample applications (Address book, To Do, Memo pad, wine cellar...) included and ready to customize to your needs.
- Samples using XML.
- Many pictures and ASP.net pages to support the demo applications

JS library and resources:
- Evolutility client library - Javascript
- An XML schema for validation - XSD
- and more...

This download also include TinyMCE rich text editor distributed under the LGPL open source license.

Evolutility source code and sample applications are available on SourceForge.net under the GNU Affero GPL v3 with a Dual License business model.
http://sourceforge.net/project/showfiles.php?group_id=225915

Live demos and license information is available at http://www.evolutility.org
Product documentation is available on-line at http://www.evolutility.org/doc/EvoDoc.aspx 

For more information please contact info@evolutility.com or go to http://www.evolutility.org.

	Copyright (c) 2003-2013 Olivier Giulieri - olivier@evolutility.org 

	This file is part of Evolutility CRUD Framework.
	Source link <http://www.evolutility.org/download/download.aspx>

	Evolutility is free software: you can redistribute it and/or modify
	it under the terms of the GNU Affero General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	Evolutility is distributed WITHOUT ANY WARRANTY; 
	without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
	See the	GNU General Public License for more details.

	You should have received a copy of the GNU Affero General Public License
	along with Evolutility. If not, see <http://www.fsf.org/licensing/licenses/agpl-3.0.html>.




