{$cfg_webname}
主页 > 计算机 > ASP.NET >

基于Web的新闻发布系统

来源:56doc.com  资料编号:5D469 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D469
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍


摘  要
  ASP.NET是新一代Web应用程序开发平台,它是一个已编译的、基于.NET的开发环境,它提供了生成企业级应用程序所必需的全部服务,基于 .NET Framework 生成,整个框架都可用于任何 asp.NET 应用程序。可以使用任何与公共语言运行库(CLR)兼容的语言(包括 Visual Basic.NET、C# 和 JScript .NET)来创建应用程序。
  由于静态网页的交互性低下,又经常改动,导致静态Web站点的开发与维护变得越来越困难。本系统使用asp.NET(C#语言)和ADO.NET技术开发, 实现了网站新闻的动态管理,使得对信息的管理更加及时、高效,提高了工作效率,具有一般新闻系统的功能,主要包括前台新闻查看区和后台管理区,可为公司各部门发布新闻,为公司网站提供新闻发布与管理的服务。
  关键词:asp.NET  ADO.NET  新闻管理 Browser/Server
  
WEB based News System
  Abstract
  ASP.NET is Web application program developing platform of new generation, it is one that has already compiled , development environment based on .NET, it has offered and produced all essential services of application program of enterprise layer, produce because of .NET Framework, the whole frame can be used in any asp.NET application program. Can use any to operate the compatible language (including Visual Basic.NET , C# and JScript .NET ) of storehouse (CLR ) to establish application program with common language .
  Because the static Web, interactive low and often changes. Static Web site led to the development and maintenance has become increasingly difficult .This news system uses asp.NET (C#) and ADO.NET technological development, has realized the dynamic management of website's news, make the control over information more prompt , more high-efficient , has improved working efficiency. News this system have general news function of system, mainly including front desk news person who look over and back-stage management area, can release news for every department of the company , offer news briefing and management one service for company website.
  Key words: asp.NET  ADO.NET  NewsManagement Browser/Server

新闻发布系统主要由两大功能模块和一小功能模块构成。两大功能模块:
  一是用户登录系统,主要用来判别用户是否为普通用户,注册用户或管理员,以便限制其权限。
  二是新闻管理系统,主要用来提供已判别的用户的操作,比如更新自己的信息或上传新闻等。
  还有一个小系统是用户注册系统,提供用户注册,以及记录注册的时间,注册用户的信息等等。

推荐资料