asp.net228 房地产管理系统 演示录像 ASP.NET房地产管理系统[源码+论文+录像]插图

 

摘要

本文主要阐述了房地产管理系统的开发方法以及实现的功能。

本系统采用ASP.NET 技术作为创建Web站点的方式,以ASP.net中的C#作为编程开发语言,采用SQL Server 2000 数据库作为系统数据库。它是基于Browser/Server结构下形成的数据驱动的Web应用程序。

本项目基本遵循了软件工程方法论进行需求分析、概要设计、详细设计和软件测试。

实现了房地产管理系统的系统主要分为两大部分,分别是管理员部分与普通用户部分,其中主要有七个功能模块,它们分别是:资讯管理、房屋开发情况、房屋买卖情况、土地的租赁情况、工程进度情况、预定房屋和系统管理等功能。

 

关键词:房地产管理系统;ASP.NET;C#;Browser/Server;SQL Server 2000;

 

 

Abstract

This article focuses on real estate management system development and function.

The system uses ASP.NET technology as a way to create a Web site to ASP.net C # as a programming development language, the use of SQL Server 2000 database as a back-end database. It is based on Browser / Server structure formed under the data-driven Web applications.

The project basically follow the software engineering methodology needs analysis, outline design, detailed design, and software testing.

Real estate management system is divided into two parts, namely the administrator part of the normal user part, which has seven functional modules, which are: information management, housing development, in buying and selling homes, land lease situation, the progress of the project, scheduled to housing and system management functions

Keywords: Real estate management system; ASP.NET; C #; Browser / Server; SQL Server 2000;

 

 

目录

 

 

 

摘要

Abstract

第一章 概述

1.1研究背景及现状

1.2课题研究的意义

1.3主要研究的内容

1.4 论文整体结构

第二章  开发环境介绍

2.1 开发工具介绍

2.1.1 ASP.NET简介

2.1.2 数据库简介

2.2 运行环境

第三章  需求分析和总体设计

3.1 可行性分析

3.2 系统需要解决的主要问题

3.3系统目标与功能

3.3.1系统目标

3.3.2系统要达到的功能

3.4 数据库逻辑设计E-R图

3.4.1 实体与属性之间的关联

第四章  系统详细设计

4.1 系统实现的功能

第五章  系统实现

5.1 系统功能模块实现

5.1.1用户登录

5.1.2资讯管理

5.1.3房产信息管理

5.1.4预定管理

5.1.5土地租赁情况

5.1.6工程进度情况

5.1.7系统管理

5.2 本系统的测试

5.2.1 系统测试的意义

5.2.2 系统测试的重要性

5.2.3 系统测试的范围

5.2.4 系统测试的方法

5.2.5 系统测试的目的和原则

结束语

参考文献