Introduction to HoverTree system source code and hovertree source code
HoverTree is an open source asp.net system. System effect please go to: http://h.keleyi.com experience.
Source code description:
I. Source Code features
Developed with a typical three-tier architecture, the message board function, background management, message review, reply function, and article publishing function are implemented.
Ii. Functions
This source code is an article and message board system source code. The front-end user will leave a message, and the background administrator can view it after it passes the review. It is completely open-source. You are welcome to download it.
Iii. menu functions
Front-end
1. Show All messages. Click I want to leave a message to go to the user message page.
2. After submitting a message, click View message to jump back to the page (note: the message must be reviewed by the Administrator in the background before the user can view it)
Administrator
1. Enter the correct user name and password and enter the background. You can choose to exit and leave a message management interface.
2. You can view the user's message list and click the message time to review the user's message, change it or choose whether to publish it.
Iv. Notes
1. the development environment is Visual Studio 2013, the database is SQLServer2008R2, and is developed using. net 4.0.
2. The database connection string configuration file is in the KeleyiSQLHelper. cs file of the HoverTree. DBTools project.
3. User Interface address: GuestBook/Default. aspx. aspx
4. Administrator Logon address: HVTPanel/Login. aspx
5. Administrator Login Name: keleyi password: keleyi.com
6. Add the database file to the database folder.
5. The article publishing function allows you to publish and modify an article. The article system uses the ArticleInfo class of the HoverTree. Model project to make the system more object-oriented.
: Http://hovertree.codeplex.com/