Article publishing system 1. Language and environment 3. Implementation language: C#, asp.net 4. Environment requirements: Visual studio 2005 or 2008, SQL server 2005 2. Database design
3. Requirements In order to provide everyone with opportunities for learning and exchange, a certain interest group wants to develop an online learning and exchange system Articles such as insights, learning experiences, and professional skills are available for everyone to learn and communicate. Now you are responsible for the following tasks: 1. Responsible for the implementation of the login module; 2. Responsible for implementing user registration functions; 3. Responsible for listing all articles published by current users and all articles that current users can read; Houpu Information Technology Engineer Training System Bronze Series 4.0 Wuhan Houpu Education Technology Co., Ltd 25/53 4. Responsible for realizing the function of reading articles 4. Recommended implementation steps 1. Create a SQL Server database KnowledgeDataBase, create a data table: Articles, UserInfo; 2. Create a Visual C# ASP.NET website; 3. In the configuration file, add the configuration section and login method configuration for setting the database connection string section and configuration section that only allows anonymous users to access the registration page 4. Create a Login Login form a) The login form interface is shown in Figure 1: Figure 1 Login page b) Functional requirements for the login form 1) The user clicks Login and navigates to the Main page if the username and password are correct 2) If the login is successful, the number of logins of the user will be +1 3) Users click on the registration button and they are directed to the registration page 4) Users who are not logged in can only access the registration page 5. Create the main page a) The Main page interface is shown in Figure 2:
Figure 2 Main page b) Main page functionality 1) Display the current user's posts first, and click "Browse" to jump to the article.aspx page to view the article 2) After that, the articles that the current user can read will be displayed, and click "Read" to jump to the article.aspx page to view the article 6. Create a registration page a) Registration page interface Figure 3: Figure 3 Registration page b) Registration page function, verify the information entered by the user, the requirements are as follows: 1) The username cannot be empty and the length is greater than three; 2) The password consists of three numbers and three letters 3) The email must meet the format requirements; 4) 11 for the phone number
c) After successful verification, write the user information to the data table UserInfo, and ask for an email address only Can register a user d) After the user is successfully registered, set the number of user logins to 0 7. Create a view article page and display the article title and article content on the page, as shown in Figure 4: Figure 4 View the article page 8. Run and debug programs, register at least two users in the database, and publish at least one article for each user chapter 5. Precautions 1. Carefully review the questions and understand the questions accurately; 2. Please pay attention to the design of the interface according to the design requirements of the form; 3. Please use a three-tier architecture to build a development environment. 4. Pay attention to the code writing, naming conventions, and proper comments
Source Code:
Artic.rar
(35.87 KB, Number of downloads: 4, Selling price: 3 Grain MB)
|