This system is an asp.net mvc4 program written after the structure of wordpress. This system adopts the MVC4 framework and uses LINQ to operate the database.
Main functions
1.Article management
2.Member Management
3. Advertising management system
4. Message board,
5. Customize labels.
6. Friendly connection
Attached database SQL Server 2008
(1) Copy the Coldfeng_blogs file in the folder to the MSSQL.1MSSQLData directory under the SQL Server 2008 installation path.
(2) Select the Start/Programs/Microsoft SQL Server 2008/SQL Server Management Studio item and enter "Connect to Server"
(3) Select the SQL Server 2008 server name in the "Server Name" drop-down list, and then click the [Connect] button.
(4) Right-click the "Database" node in the "Object Explorer", select the "Attach" item in the pop-up menu, and the "Attach Database" dialog box will pop up.
(5) Click the [Add] button and select the database file path in the pop-up "Locate Database File" dialog box.
(6) Click the [OK] button in sequence to complete the database attachment operation.
NOTE: If your machine does not have SQL Server 2008 this program also comes with a SQL Server 2008 database. This data is stored in the same folder as the SQL Server 2008 database.
Update instructions
1. Increase the number of articles read
2. Optimize the interface and adopt DUX theme
3. Obtain the author information page based on the article information
...In the next month, we will gradually improve the functions similar to WordPress.