Vb & asp .net

23
LAKHMI CHAND INSTITUTE OF TECHNOLOGY A TRAINING REPORT ON VB & ASP .NET SUBMITED TO HEAD OF DEPARTMENT CSE SUBMITTED BY HEMANT BANJARE 3313309006 7 TH SEMESTER INFO. TECH

Transcript of Vb & asp .net

Page 1: Vb & asp .net

LAKHMI CHAND INSTITUTE OF TECHNOLOGY

A TRAINING REPORTON

VB & ASP .NETSUBMITED TO

HEAD OF DEPARTMENTCSE

SUBMITTED BY

HEMANT BANJARE

3313309006 7TH SEMESTER INFO. TECH

Page 2: Vb & asp .net

TRAINING REPORT

VISUAL BASIC & ACTIVE SERVER PAGE .NET

Page 3: Vb & asp .net

THEY ARE 2 PARTS

1.VISUAL BASIC .NET

2.ACTIVE SERVER PAGE .NET

Page 4: Vb & asp .net

1ST PART

VB .NET

Page 5: Vb & asp .net

INTRODUCTION : -

Visual basic is a third generation event driven programming language and integrated development environment from Microsoft for its component object model programming modelFirst released in 1991. Microsoft intends Visual Basic to be relatively easy to learn and use. Visual Basic was derived from basic and enables the rapid application development of graphical user interface application, access to databases using Data Access Objects, Remote Data objects, and creation of ActiveX controls objects.

Page 6: Vb & asp .net

What is a .NET?.NET is a new framework for developing web based and windows based applications within the Microsoft environment.

.NET is a platform that runs on the operating system

Page 7: Vb & asp .net

.NET?

. - Self ExtendableN – NetworkE – EnableT – Technology

Page 8: Vb & asp .net

ADVANTAGES : -

Provide GUIObject OrientedPlate Form IndependentSupport Multi LanguageNot a Case Sensitive

Page 9: Vb & asp .net

ARCITECHTURE OF FRAME WORK : -

MULTI LANGUAGE SUPPORT

XMLACTIVE DATA

OBJECTSECURITY

(DATA)

CONSOLECONTROL DRAVING

WINDOWS APP

WEB SERVISES WEB APP

COMMON TYPES SYSTEM

SECURITY(APPLICATION)

BASE CLASS LIBRARY

COMMON LANGUAGE RUNTIME

Page 10: Vb & asp .net

COMMON LANGUAGE RUNTIME (CLR) : -

CLR is a software engine which convert Microsoft Intermediate Language (MSIL) code to OS code

Page 11: Vb & asp .net

HOW TO EXECUTED

MSIL

MSIL

CLR

CLR

FRAME WORK

MACHINE LANGUAGE EXECUTE

PROGRAMM

OS / CODE

Page 12: Vb & asp .net

TYPE OF PROGRAMM

They are three types of program : -

Console Application Web Application Windows Application

Page 13: Vb & asp .net

2nd PART

ASP .NET

Page 14: Vb & asp .net

ACTIVE SERVER PAGE : -

ASP .NET is Microsoft latest technology for building web based applications and services. ASP .NET platform services that allow to Programs, Web Applications and Web Services in any .NET language.

Page 15: Vb & asp .net

National University of Mongolia

Introduction to .NET

Base Class Library

Common Language Specification

Common Language Runtime

ADO .NET Data and XML

Visual Basic® C++ C#Visual Studio .N

ET

ASP .NET, Web Servicesand Web Forms

JAVA Script …

WindowsForms

Page 16: Vb & asp .net

FEATURES : - ASPX, ASP – side by side Simplified programming model Simplified deployment Better performance Caching Security Powerful controls Web Applications are built using Web Forms Complete object model Separation of code and GUI Maintains page state Session management ASP .NET is also supports to OOPL

Page 17: Vb & asp .net

SERVER CONTROL : -

1. Simplify Common Tasks Forms Tables Data display Calendar

2. Server side Programming Model3. Automatic Browser Compatibility4. Less Code, Less Complexity5. Extensible

Page 18: Vb & asp .net

SERVER CONTROL : -

ID – Uniquely identifies control Run at – Enables server-side

processing On Click – Identifies server-side event

handler Validation

Client-side Server-side

Page 19: Vb & asp .net

DATA CONTROL : - Bind to many data sources

Collections Array Hash Table

ADO .NET Data Reader Data Set

Connection Command Data Reader Data Set Data Adapter Data View

Page 20: Vb & asp .net

Server Controls within Visual Studio .NET

In Visual Studio .NET most of

the VB .NET & ASP .NET

Server controls are located on the Web Forms

tab in the toolbox

Page 21: Vb & asp .net

USE TOOLBOX IN VB & ASP .NET

Page 22: Vb & asp .net

COMMON CONTROLSPointerButtonCheck BoxChecked List BoxCombo BoxDate Time PickerLabelLink LabelList Box

List ViewMonth CalendarNumeric Up DownPicture BoxProgress BarRadio ButtonText BoxRich Text BoxWeb Browser

Page 23: Vb & asp .net