摘要
ASP.NET是新一代的Web应用程序开发平台,它是一个已编译的、基于.NET的开发环境,它提供了生成企业级应用程序所必须的全部服务。该系统以Visual Studio.NET2005作为开发工具,SQL Server 2000作为后台数据库,IIS作为服务平台,实现了网络平台的构建,利用ASP.NET(C#语言)和ADO.NET技术,实现了码头类新闻网站的动态管理,使得码头对信息的管理更加的及时、高效,也就提高了工作的效率,具有一般的新闻系统的功能,主要包括前台新闻的查看区和后台新闻的管理区,主要的功能模块有:新闻显示模块、新闻查询模块、新闻管理模块、系统用户的添加和用户管理模块。
另外还有超级链接模块,热门新闻TOP10模块等独特功能,能够为宁波大榭招商国际码头有限公司的新闻发布与管理提供很大帮助。
关键词:基于.NET技术;码头新闻;动态发布
ABSTRACT
ASP.NET is a new generation of Web application program developing platform, it is a compiler-based. NET development environment, it provides enterprise-class applications generated by all the services must be based on .NET Framework to generate the entire framework can be used in any ASP.NET application. Visual Studio.NET2005 is the system such as a development tool, SQL Server 2000 as a back-end database, IIS as a service platform to build a network platform using ASP.NET (C # language) and ADO.NET technologies, to achieve the terminal type of news site the dynamic management, making management of information terminals a more timely, efficient, and it would work to improve the efficiency of general information system, including the front of news view and background information the district management area, The main function modules include: Information Display Module, News query module, Information Management Module; System users and user management module added.
There are also hyperlinks module, such as a hot news TOP10 unique features, it would give a lot of help to the China Merchants International Container Terminals in Ningbo.
Keywords: Based on .NET; News of terminals; Dynamic issue
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 .NET的优势 1
1.3 选题的目的与意义 2
1.4 设计的内容和结果 3
本章小结 3
第2章课题分析 4
2.1 新闻动态发布系统概述 4
2.2 新闻动态发布系统的前台分类 4
2.3 系统需求分析 5
2.4 新闻系统的性能需求 6
2.5 运行环境要求 6
2.6 方案实施步骤 6
2.7 新闻动态发布系统的配置和发布 7
本章小结 7
第3章 新闻动态发布系统总体设计 8
3.1 ASP.NET动态网站技术 8
3.2 新闻系统的结构模型 8
3.3 新闻系统的功能模块简介 9
3.4 新闻系统的前台 10
本章小结 11
第4章 开发使用的技术介绍 12
4.1 .NET Framework概述 12
4.2 ASP.NET、ADO.NET和C#语言简介 13
4.3 SQL Server 2000 15
4.4 SQL数据库标准语言 17
4.5 IIS 18
本章小结 18
第5章 新闻系统的数据库开发 19
5.1 数据库设计 19
5.1.1 创建数据库 19
5.2.2 数据库表的设计 19
5.2 数据库的连接 25
本章小结 26
第6章 新闻系统前台功能模块设计 27
6.1 新闻首页 27
6.2 新闻显示页(评论模块) 28
6.3 新闻搜索模块 30
6.4 注册用户模块 32
6.5 用户登录模块 34
6.6 热门新闻TOP10模块 35
6.7 友情链接模块 36
本章小结 37
第7章新闻系统后台模块设计与实现 38
7.1 后台登录模块 38
7.2 后台首页 39
7.3 新闻添加、删除、修改内容模块 40
7.4 友情链接的添加、删除模块 43
7.5 注册用户的添加、删除、修改模块 44
7.6 新闻类别管理模块 44
本章小结 45
第8章 结束语 46
参考文献 48