Top Banner
Report On VB & ASP .NET
23

Vb and asp.net

Feb 15, 2017

Download

Education

'Sanjay Joshi
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Vb and asp.net

Report On

VB & ASP .NET

Page 2: Vb and asp.net

VISUAL BASIC & ACTIVE SERVER PAGE .NET

Page 3: Vb and asp.net

THEY ARE 2 PARTS

1.VISUAL BASIC .NET

2.ACTIVE SERVER PAGE .NET

Page 4: Vb and asp.net

1ST PARTVB .NET

Page 5: Vb and 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 and 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 and asp.net

.NET?. - Self ExtendableN – NetworkE – EnableT – Technology

Page 8: Vb and asp.net

ADVANTAGES : -Provide GUIObject OrientedPlate Form IndependentSupport Multi LanguageNot a Case Sensitive

Page 9: Vb and asp.net

ARCITECHTURE OF FRAME WORK : -

MULTI LANGUAGE SUPPORT

XMLACTIVE DATA OBJECT

SECURITY(DATA)

CONSOLECONTROL DRAVING

WINDOWS APP

WEB SERVISES WEB APP

COMMON TYPES SYSTEM

SECURITY(APPLICATION

)

BASE CLASS LIBRARY

COMMON LANGUAGE RUNTIME

Page 10: Vb and asp.net

COMMON LANGUAGE RUNTIME (CLR) : -

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

Page 11: Vb and asp.net

HOW TO EXECUTED MSIL

MSIL

CLR

CLR

FRAME WORK

MACHINE LANGUAGE EXECUTE

PROGRAMM

OS / CODE

Page 12: Vb and asp.net

TYPE OF PROGRAMM

They are three types of program : -

Console Application Web Application Windows Application

Page 13: Vb and asp.net

2nd PARTASP .NET

Page 14: Vb and 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 and 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 and 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 and 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 and 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 and 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 and 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 and asp.net

USE TOOLBOX IN VB & ASP .NET

Page 22: Vb and 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 and asp.net