Originally this program was just something I practiced when I first started learning it two years ago. I recently took it out and modified it, so it’s called XmxCms Enterprise Website Management System 2.0.
Development environment: WinXP + VS2008 + SQLServer 2008 + Access
Development language: C#
This program adopts three-tier architecture + abstract factory design pattern + Linq implementation. Currently, it only supports Access and SQL Server. The default database is Access. To change the database, you only need to modify web.config. In the SQL Server part, Linq technology is used to operate the database. Open the XmxCms.dbml file with an xml editor to see the SQL Server database connection string. Please modify it according to the actual situation.
The paging controls, text editor, and some pictures in this program come from the Internet. Thank you for sharing!
The background login username/password is: admin/admin888.
The main functions of the backend are: system management administrator management slide setting link management enterprise information product management product category publishing product news management adding news content management news category management homepage label news message management recruitment management publishing recruitment application management talent strategy survey management adding new survey members Manage advertising management
Expand