本站联系方式
   联系QQ  :1095080675
   联系QQ  :1223950575
  技术指导:1353934434
  
  电子邮箱:1095080675@qq.com
标题  基于ASP.NET的邮件收发系统的设计与实现
编号  12202
编程语言  ASP.NET, C#
开发环境  Visual Studio 2008
数据库  SQL Server 2005
资料明细  论文、程序
推荐指数  ★★★★★
内容介绍

摘  要
基于Web的网络邮件系统以SQL Server 2005数据库,使用ASP.NET技术开发而成。是一款融合了邮件发送、邮件接收、个人邮件管理等功能的计算机软件系统。其中邮件发送和接收是系统的两大特色,用户可以发送工作及问候邮件,并且可以接收到别人的邮件,同时还可以对自己的邮件进行相关的操作和管理。 本论文以软件工程理论为指导,论述了系统的设计构想,分析了系统开发各个阶段的主要任务,并详细阐述了系统各个功能模块的实现原理及解决方案。是对系统开发过程的详细说明与总结。
关键词:网络邮件系统;ASP.NET技术;SQL Server 2005 数据库
ABSTRACT
Email has been increasingly popular these days since it is simple, instantaneous, globally used, cheap and easy to save. The current mainstream email systems embrace more and more complicated functions, far beyond the basics like sending and receiving mails. However, people do not really use all these fancy and impractical functions, especially for those who know few about computers. Therefore, it would be of great users’ convenience to develop a simple, practical and user-friendly email system, which integrates sending and receiving functions with email management. The Web based internet email system, which uses the SQL Server 2005 database and is developed by ASP.NET technology, is one computer software system that combines sending and receiving emails with personal emails management. Its main features include sending and replying emails. Users can send and receive work and personal mails, and manage the emails or contacts in the mean time. The present paper, with software engineering theory as guidance, discussed the system design concept and analysis the main task of the various stages of system development and introduced the system principle and solutions of the various functional modules. The paper summarized the system development process.
Key Words:Net Email System; ASP.NET technology; SQL Server 2005
目 录
摘 要 I
ABSTRACT II
第一章 引 言 1
1.1开发的背景 1
1.2 研究的目的 2
1.3 本章小结 2
第二章 开发环境与技术介绍 3
2.1 系统开发环境 3
2.1.1硬件环境 3
2.1.2 软件环境 3
2.2 Web 4
2.2.1 Web-基本简介 4
2.2.2 Web的特点 4
2.3 C#技术 5
2.3.1 C#简介 5
2.3.2 C#特点 6
2.4 SQL Server 2005 介绍 7
2.5 ASP.NET介绍 9
2.6 Visual Studio 2008 开发工具介绍 10
2.7 ADO.NET技术介绍 11
2.8 本章总结 12
第三章 系统需求分析与可行性研究 13
3.1系统需求分析 13
3.1.1 系统需求分析概述 13
3.1.2 系统需求分析 13
3.2 可行性分析 14
3.3 本章总结 15
第四章 系统总体设计 16
4.1 数据库设计 16
4.2 系统功能模块设计 18
3.2.3 系统流程分析 20
4.3 网络邮件系统应用程序详细设计与实现 20
4.3.1 用户登录模块设计与实现 20
4.3.2 用户注册模块设计与实现 21
4.3.3 个人信息管理模块的设计与实现 21
4.3.4 发送邮件模块的设计与实现 21
4.3.5 接收邮件模块的设计与实现 22
4.3.6 文件夹管理模块的设计与实现 23
4.3.7 系统配置模块的设计与实现 23
4.4 本章小结 23
第五章 系统测试 24
5.1 系统模块测试举例 24
5.2 系统集成测试 25
5.3 系统测试方法综述 26
5.4 本章小结 26
第六章 总结与展望 28
6.1 总结 28
6.2 展望 29
致谢 30
参考文献 31
附录 I 32
附录II 43

运行截图
说明
 以上是系统简介,如果对以上内容感兴趣,可以QQ:1095080675或邮件1095080675@qq.com继续联系我们。
相关文章
  •  BS结构下的邮件系统设计开发
  •  基于ASP的反垃圾邮件管理系统的设计
  •  电子邮件客户端软件
  •  邮件收发程序的设计与开发
  • 文章导航
  • 上一篇:基于ASP.NET的游泳馆管理系统的设计与实现
  • 下一篇:基于ASP.NET的实验作业收集系统的设计与实现