hotel server management system

27
Hotel Server Management System Presented By: Som Prakash Gupta Roll No. : A208 M.Tech.(3 rd semester) School of Engineering, NMIMS Guided By: Prof. Mahesh Maurya

Upload: somprakash-gupta

Post on 20-Aug-2015

274 views

Category:

Technology


1 download

TRANSCRIPT

Hotel Server Management System

Presented By: Som Prakash GuptaRoll No. : A208

M.Tech.(3rd semester)School of Engineering, NMIMS

Guided By: Prof. Mahesh Maurya

Welcome In

HSMS

Introduction

• In this project, ASP.NET with C# is used as front end for creating the interface and to interact with the user and data is being stored and managed using SQL Server 2005 (back end).

About Project

These are basic and main features of this Application. – Profile– Reservation– Feedback forum

Research aspects of My Project

i. Initial file assignmentii. Dynamic replication and replica allocationiii. Replica garbage collection

Statement of Purpose

• Every page have the same header• Every page have the same footer• Every page have the same style and layout• Every SQL Statement will give some result

Work completed in the body of the Report

Work completed in the body of the Report

Work completed in the body of the Report

Work completed in the body of the Report

Work completed in the body of the Report

Work completed in the body of the Report

Problems while working on this Project

Problems while working on this Project

Problems while working on this Project

Problems while working on this Project

Activities are still Underway

Activities are still Underway

Spreadsheet Detailing

Summarization of Status ReportField Name Field Type

NAME Varchar(20)

MOBILE Number(10)

EMAIL Varchar(20)

Publication at master1

NAME MOBILE EMAIL

SOM PRAKASH 8097396070 [email protected]

Distribution b/w master 1 & master2

1 SOM 80973 Somprakash

2 PRAKASH 96070 [email protected]

Subscription at master1 & master2

1 SOM PRAKASH

8097396070 [email protected]

2 SOM PRAKASH

8097396070 [email protected]

For this we need to do database mirroring configuration

ASP.NET development models

It supports three different :1. Web Pages, 2. MVC (Model View Controller), and 3. Web Forms

What is Asp.net & its advantages

• ASP.NET is the platform that we use to create Web applications and Web services that run under IIS. ASP.NET is not the only way to create a Web application. Other technologies, notably the CGI, also enable us to create Web applications.

• What makes ASP.NET special is how tightly it is integrated with the Microsoft server, programming, data access, and security tools.

What is Asp.net & its advantages

• Introduction of the new Visual C# programming language, which provides a type-safe, object-oriented version of the C programming language

• The most significant advantage is its integration with the Windows server and programming tools.

• ASP.NET are easier to create, debug, and deploy because those tasks can all be performed within a single development environment—Visual Studio .NET.

What is Asp.net & its advantages

• Built-in security through the Windows server or through other authentication/authorization methods

• Full support for Extensible Markup Language (XML), cascading style sheets (CSS), and other new and established Web standards

QUERY