Home  >  Article  >  Backend Development  >  Detailed introduction to a .net open source rights management system

Detailed introduction to a .net open source rights management system

零下一度
零下一度Original
2017-06-24 10:46:055158browse

Source code address:

1. Update record 1. Update date: 2017-02-24 00:00:002. Update content: Version upgrade: V2.0
1. Support multiple databases, specify specific operation databases in entity classes, and realize system sub-database operations
2. Reorganize the architecture, use require.js on the front end for modular separation, cache interface js/css, etc. The backend all uses asynchronous mode async. Maximize the speed of system response
 3. Write the web code generator supporting the system to directly generate system files. Reduce development time
4. Add personal schedule management components to manage schedules conveniently and quickly
5. Log output to the database, you can check the system running status, SQL execution status, database data additions, deletions, and modifications at any time, and modify and increase data comparison Function. You can see which data has been modified

1. Source code introduction
1. The system is composed of Vs2013+SqlServer2008R2+Asp.net MVC+Dapper and other components. The interface is beautiful and generous, and has unlimited expansion capabilities. .
 2. The system is designed as a universal platform, which can be used as a basic development framework for ERP, OA, CRM and other systems. It has mature data access (Dapper), job scheduling (Quartz.net), logging (Log4Net), and permissions Control

 3. The system screenshot is as follows

The above is the detailed content of Detailed introduction to a .net open source rights management system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn