1、 毕业论文(设计)毕业论文(设计) 基于 ASP.NET 的博客网站 BLOG WEBSITE BASED ON ASP .NET 2011 年 11 月 15 日 I 摘要 随着 Internet 的广泛应用,动态网页技术也应运而生。本文介绍了应用 ASP.NET 动态网页技术开发博客网站的设计与实现。博客网站主要为用户提供发表文章、浏览文 章等功能,用户通过 Internet 可以发表一些自己撰写的文章以和其他网友进行交流。 博客网站主要实现了文章管理的数字化、信息化、智能化。 本网站的开发设计实现采 用 ASP.NET 技术,网站后台使用 Microsoft 的 SQL2005 数据库,
2、并通过使用 ADO.NET 技 术访问。 本文对博客网站进行整体分析,明确了网站的可行性和用户需求;根据模块 化原理,规划设计了网站功能模块;在数据库设计部分,详细说明了网站数据库的结构 和数据库的完整性、安全性措施;程序设计则采用面向对象的程序设计思想,提出网站 的程序设计思路,对前台与后台功能的程序实现进行了详细论述。最后,对网站作以客 观、全面的评价,并对进一步改进提出了建议。 关键词:博客; 数据管理系统; ASP.NET 程序设计 Abstract With the extensive application of the Internet, dynamic web technolo
3、gy has emerged. This text describes the application of ASP.NET dynamic web technology and development the blog website. Blog website is mainly to provide users with published articles, browse articles, and other functions,Users can express themselves by some articles and with other netizens to condu
4、ct exchanges. Blog website of the main article on the digital management, information, intelligence, is to break the way of Released an article by traditional newspapers and magazine published ,it makes a new way to try. The website is designed by ASP.NET technology, backstage adoption SQL 2005 data
5、base,and use the ADO.NET technology to visit. In this paper,it analysis the blog website by feasibility and the demand of the user. Under the modular theory, planning and design of the website functional modules; In the database design, a detailed description of the database structure and database i
6、ntegrity, security measures; Programming is used object-oriented programming design, website design ideas, background for the future and function of the program in detail. Finally, the website in an objective, comprehensive evaluation, as well as further improvements made. Keywords: blog; database management system; ASP.NET; 目录 摘要.I 1 引言 1 1.1 网站开发背景 1 1.2 课题研究的意义 1 1.3 ASP.NET 简介 . 1 2 BLOG 网站总体设计. 2 2.1 网站设计方案 2 2.2 网站功能模块 . 2 2.3 数据库需求分析 3 2.4 网站操作流程 4 2.5 网站插件 5 3 BLOG 网站详细设计 5 3.1 数据库详细设计 .