Tải bản đầy đủ (.ppt) (20 trang)

Tài liệu Your First Web application pdf

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (282.96 KB, 20 trang )

aspnet
aspnet
Your First Web application
Your First Web application
Hà Đồng Hưng
Giới thiệu VMWare Workst
ation
2
Objectives

Introduction

Your First VB.NET app

Interface design

Coding

VB.NET syntax

Recheck
Giới thiệu VMWare Workst
ation
3
Objectives

Introduction

Your First VB.NET app

Interface design



Coding

VB.NET syntax

Recheck
Giới thiệu VMWare Workst
ation
4
Visual Studio .NET & VB.NET

IDE – Visual Studio .NET

Visual Studio .NET is an environment for developing
Windows and Web applications

VB.NET

is just one of the languages you can use to program your
applications.

Visual Studio .NET <> VB .NET

Visual Studio .NET is the environment that provides all the
necessary tools for developing apps.

The language is only one aspect of a Win/Web app
Giới thiệu VMWare Workst
ation
5

Project Types

Class library

Windows control library

Console application

Windows service

ASP.NET Web application

ASP.NET Web service

Web control library
Giới thiệu VMWare Workst
ation
6
Objectives

Introduction

Your First VB.NET app

Interface design

Coding

VB.NET syntax


Recheck
Giới thiệu VMWare Workst
ation
7
Your first Web app

We’ll develop a very simple application

to demonstrate not only the design of the
interface

but also how to code the application.
Giới thiệu VMWare Workst
ation
8
Objectives

Introduction

Your First VB.NET app

Interface design

Coding

VB.NET syntax

Recheck

×