[.net development framework] .NETC # source code MVC4 + bootstrap + T4 + NHibernate authority management system development framework

I. Source code description This is a source code of MVC authority management system developed by using NHibernate + MVC4 + bootstrap + Redis (optional is commented out by default) + T4 technology for everyone to learn to use. 2. Function introduction The source code mainly includes the functions of menu management, authority management, user management, role management, department management, and configuration information. 3. Matters needing attention 1. The administrator username and password are: admin. 2. The development environment is VisualStudio2012, the database is SQLServer2008r2, the database file is in the DB folder, and it is developed using .net4.0. 3. The default database connection string is modified in the webconfig and appconfig configuration files. 4. When using, pay attention to modify the path of xml in webconfig and BaseOperator.cs file, and keep it consistent with the local very good path.

Guess you like

Origin www.cnblogs.com/likesoft/p/12722616.html