1、摘 要 I 装 订 线 摘要摘要 本文论述了一种基于 MVC 框架的三层结构的网上购物系统。系统使用 Microsoft 公司所开发的以 C#为核心语言的 ASP.NET 作为开发工具,利用 微软提供的 IIS 5.0 建立运行环境,再结合 SQL Server 2005 建立数据连接 关系。 本系统主要包括用户在线注册、浏览商品信息、修改个人信息、留言、 网购及查看购物车等功能。由于开发环境和工具都是基于 Microsoft 公司产 品,所以系统能够在 Visual Studio 2008 或者更高版本上运行,又因为系统 采用 MVC 三层架构设计思想,使得系统的可移植性非常强,只需修改配置
2、 文件就能在在不同服务器上运行。 本论文先从研究课题的背景、目的及意义,分析该研究课题的国内外 现状、课题内容及相关背景知识等方面入手,再对该课题进行系统分析, 然后进行系统设计、数据库设计、系统功能实现及测试。 关键词:关键词: 网上商城购物系统 MVC 框架 ABSTRACT II ABSTRACT I studied one kind of system of shopping online based on a framework Of MVC. The system uses ASP.NET developing instrument, which taking C# as key
3、language of Microsoft Company, exploit IIS 5.0 offered by Microsoft as running environment, and then combine with SQL server 2005 to establish the database. At first, utilize its various kinds of packages offered to set up the database within short time. Then, I analyzed database and made pages with
4、 ASP.NET, improved constantly, until basic functions of the system were realized.The system includes user registration, browsing commodity information, modify personal information, message, online shopping and shopping cart functions. As the development environment and tools are based on Microsoft products, so the system can be Visual Studio 2005 or later to run, but also because the system uses th