Giter Site home page Giter Site logo

landall / evolutility-asp.net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evoluteur/evolutility-asp.net

0.0 1.0 0.0 2.98 MB

Lightweight CRUD framework for heavy lifting using ASP.net and MS-SQL Server.

Home Page: http://evolutility.org

License: GNU Affero General Public License v3.0

CSS 4.61% JavaScript 7.80% Visual Basic 8.19% C# 51.52% SQLPL 0.57% PLpgSQL 0.45% ASP 26.65% HTML 0.21%

evolutility-asp.net's Introduction

Evolutility-ASP.net

Evolutility is a generic CRUD (Create, Read, Update, Delete) web application running on Microsoft ASP.net, and SQL Server or MySQL databases.

You may think of it as a "dynamic scaffolding" or "metadata-driven MVC" that generates all web pages at run-time, and can be modified by editing metadata (screen definitions and database mapping) instead of code.

With Evolutility the user interface (e.g. fields titles, positions, visual groups, CSS classes) and its database mapping (e.g. tables, columns, stored procedures) are not defined in the code but in external metadata (stored as XML files or in the database). Evolutility web control can be nested into any ASP.net page. It will generate at run-time all necessary web forms, manage user interaction, and database CRUD (create, read, update, delete) operations automatically.

Demos: To Do list, AddressBook, Wine Cellar, Restaurants list.

Some documentation.

Hosted at SourceForge since 2008.

Installation

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 "Evolutility__Web/App_Data" directory of the web site). You may also create a new database and run the SQL scripts (located in "Resources/SQL/").
  • If necessary, change the database connection string in the "appSettings" section of the Web.config file (or in specific 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.

More about installing Evolutility.

Other implementations of Evolutility

Evolutility-UI-React - Model-driven Web UI for CRUD using React.

Evolutility-UI-jQuery - Model-driven Web UI for CRUD using jQuery and Backbone (for REST or localStorage).

Evolutility-Server-Node - RESTful Micro-ORM for CRUD and more, written in Javascript, using Node.js, Express, and Postgres.

evolutility-asp.net's People

Contributors

evoluteur avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.