资 源 简 介
Description
Pampa.Net is a CRUD framework to develop ASP.NET applications based on listing and editing entities. It was thought to work in conjunction with Castle.ActiveRecord and works entirely with AJAX.
What can I do with Pampa.Net?
It is possible to list entities, define filters for the list, define actions for each item and much more things related to lists.
Also, it is possible to define how an entity is edited, including: validations, field dependencies, repetitive properties, grouping fields, permissions and much more things related to edit pages.
For the edition you can use a wide range of controls including: textboxes, dropdownlists, multiselection lists, datepickers and more. Most of them are custom controls included in a separated library called Pampa.WebControls and could be used separately.
To use the framework you just need to define your model and write