mac furniture by sonu vishwakarma

23
MAC Furniture On basis of .Net Technolgy

Upload: sonu-vishwakarma

Post on 21-Jul-2015

51 views

Category:

Education


0 download

TRANSCRIPT

MAC FurnitureOn basis of .Net Technolgy

Contents

• Project Analysis

• Review main point in .Net a) .Net Environment

b) Java vs .Net

c) Variables in C#

• About MAC Furniture

• Module used• Creating a master page• Creating a Registration Page• Create connection to the

DataBase• Creating the login form

• See the Galary in Project.• Logout from the Project

Project Analysis

• Requirement analysis

• Market analysis

• Technology analysis

• Language Analysis

• Feasibility Analysis

.Net Environments

C++ CVB Java

VC++ VB.net F# J#

C# Project

Java vs .Net

Java

IL

Native or Machine

Code

.Net

MSIL

Native or Machine Code

Variable

• Value Type Variable

• Reference Type Variable

• Boxing & Unboxing

Boxing

UnBoxing

About MAC Furniture

• MAC Furniture is a name of an organization that manage all things related to furniture.

• MAC stand for Multiple Access Corporation.

• It will show all designs of latest furniture and consult with customer and provide facility according to requirement in corp.

Module Used

• Customer• Admin

• Worker

Creating a Master Page

Choose Ist table and code

Now choose II table & code in <td> of Fist table

Now choose III table & code in Fist table <td> footer row

Now choose IV table & code in II table II column <td>

Finally MasterPage in Home page

Now create the Registration page

Connection to the Database

• Create database and tables in SQL Server Management R2

• Connect server to the project.

• Now code in web.config file of .net project.

• Now code in C# page on submit button double click.

• Set namespaces as using System.Configuration; using System.Data.SqlClient;

Web.config file connection code

• <connectionStrings>

<add name="constr"

connectionString=“

data source=sonu\sqlexpress;

initial catalog=[databaseName];

integrated security=SSPI;"/>

</connectionStrings>

Login form creation

Services

Logout