18
INTRODUCTION OF ASP.NET Shyam N. Chawda 07874391191 www.shyamsir.com

ASP.NET with VB.NET

Embed Size (px)

DESCRIPTION

Basic

Citation preview

Page 1: ASP.NET with VB.NET

INTRODUCTION OF ASP.NETShyam N. Chawda 07874391191

www.shyamsir.com

Page 2: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

Basic concepts

Types of Software Website Webpage Browser Http://www.shyamsir.com Web Server

Page 3: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

Server and Client Client have user interface. Client sends requests for data to a

server

a b c

d e

Page 4: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

Essential object of any website.

HTML CSS Client side coding and Server side

Coding Database

Page 5: ASP.NET with VB.NET

HTML

Shyam N. Chawda 9374928879

Hypertext Markup Language

Not a programming language , designing or layout or scripting

Extension .HTML or .HTM

Tag and Attributes

Page 6: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

HTML <HR\>

<BR>

<p>

Etc.

Static web page

Page 7: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

CSS

Cascading style sheet Contains style rules that are applied to elements in a Web

page.

Style sheets allow you to separate the style and layout of your HTML files from their informational content.

.CSS

 

Page 8: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

Client Side CodingJavaScript or VbScript

Interpreted by the browser and run on the client.

Do not have access to server resources.

HTML Controls

 

Page 9: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

JavaScript JavaScript is a client-side scripting language.

Adding interactivity to HTML pages.

Netscape Communications in Netscape Navigator 2 beta (1995).

Client side validation , Image rotation

Page 10: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

For what Asp.net?

Website development Types of Software Website

Page 11: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

.net Visual studio .net is just an

environment in which you can develop a project.

It’s provides all the necessary tools for developing applications.

Page 12: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

.net

ASP.NET Web applications: These include dynamic and data driven browser based applications.

Windows Form based applications

Console applications

Component Libraries

Web services

etc.

Page 13: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

ASP.NET

Internet.ASPX Pages

Page 14: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

Asp.netASP stands for Active Server Pages

Web development model that includes the services necessary for you to build Web applications with a minimum of coding.

It’s not a programming language.

ASP.NET provides services to allow the creation, deployment, and execution of Web Applications and Web Services

Page 15: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

Asp.netASP.NET is part of the .NET Framework.

ASP.NET Web pages can be requested from any browser or client device, and ASP.NET renders markup (such as HTML) to the requesting browser.

Page 16: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

Asp.netASP.NET is a program that runs inside IIS  IIS (Internet Information Services) is Microsoft's Internet server .

Page 17: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

Advantages Separation of Code from HTML Use services provided by the .NET Framework Graphical Development Environment State management Update files while the server is running! XML-Based Configuration Files Security.

Page 18: ASP.NET with VB.NET

Shyam N. Chawda 9374928879

18

Any Questions

Thanks