基于C/S的客房管理系统的设计与实现
摘 要:本项目以C#作为开发语言,Visual Studio 2010做为开发工具,SQL Server 2008作为后台数据平台,ADO.NET Entity Framework作为数据库访问技术,是基于C/S模式的酒店客房管理系统,其主要功能包括:用户管理模块,宾客管理模块以及房间管理模块,本系统的核心功能模块是宾客管理。与传统的手工管理酒店信息相比,有检索迅速、查找方便、可靠性高、存储量大、保密性好等优点。
关键字:酒店管理; C/S; WPF; ADO.NET Entity Framework; MVC
Design and Implementation of Hotel Guest Room Management System Based on C / S
Abstract: This project designs and implements a hotel guest room management system based on C/S model using C # as the development language, Visual Studio 2010 as the development tool, SQL Server 2008 as the background database platform and ADO.NET Entity Framework as the database access technology. Its main functions include: user management module, guest management module as well as room management module.Among them, the core functional module of the system is the guest management. Compared with the traditional manual management of hotel information, the system has the advantages of rapid retrieval, convenient query, high reliability, high memory capacity, and good confidentiality and so on.
Key Words: Hotel Manager; C/S; WPF; ADO.NET Entity Framework; MVC
目 录
摘 要 1
引言 1
1.研究意义 2
2.系统采用的技术 2
2.1 WPF技术介绍 2
2.2 SQL Sever2008 3
2.3 Entity Framework 3
2.4 软件设计思想 4
3.系统数据库设计 5
3.1 需求分析 5
3.2 概要设计 6
4.系统核心功能实现 7
4.1 用户管理模块 7
4.2 顾客退房功能的设计与实现 8
4.3 顾客开房功能的设计与实现 8
5.总结 8
参考文献 10
致谢 11,2937