Chapter 23 – ASP.NET Outline 23.1 Introduction NET Overview

Slides:



Advertisements
Similar presentations
Overview Environment for Internet database connectivity
Advertisements

 2004 Prentice Hall, Inc. All rights reserved. Chapter 23 – ASP.NET Outline 23.1 Introduction 23.2.NET Overview NET Framework ASP (Active.
Web Server Programming
Session 13 Active Server Pages (ASP) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
 2004 Prentice Hall, Inc. All rights reserved. Chapter 21 – Web Servers (IIS and Apache) Outline 21.1 Introduction 21.2 HTTP Request Types 21.3 System.
ASP.NET (Active Server Page) SNU OOPSLA Lab. October 2005.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
ASP.NET 2.0 Chapter 6 Securing the ASP.NET Application.
ASP.NET Programming with C# and SQL Server First Edition
Chapter 12 Database Connectivity with ASP.NET JavaScript, Third Edition.
Chapter 11 ASP.NET JavaScript, Third Edition. 2 Objectives Learn about client/server architecture Study server-side scripting Create ASP.NET applications.
1 Chapter 20 — Creating Web Projects Microsoft Visual Basic.NET, Introduction to Programming.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Tutorial: Introduction to ASP.NET Internet Technologies and Web Application 4 th February 2010.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
FALL 2005CSI 4118 – UNIVERSITY OF OTTAWA1 Part 4 Web technologies: HTTP, CGI, PHP,Java applets)
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
CIS 375—Web App Dev II ASP.NET 2 Introducing Web Forms.
Introduction to ASP.NET. Prehistory of ASP.NET Original Internet – text based WWW – static graphical content  HTML (client-side) Need for interactive.
ASP.NET INTRODUCTION INTO وزارة التربية و التعليم العالي كلية العلوم و التكنولوجيا قسم علوم الحاسوب و تكنولوجيا المعلومات اعداد الاستاذ: عبد الله محمد.
An Introduction to ASP.NET Ed Dunhill blogs.msdn.com/edunhill SLIDE7.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
Data-Enabled Web Sites: Classibooks.com & Internet Database Technologies Colin Fukai April 4, 2000 Gonzaga University.
VS.NET Syllabus By Peter Huang.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
ASP.NET The.NET Framework. The.NET Framework is Microsoft’s distributed run-time environment for creating, deploying, and using applications over the.
Meir Botner David Ben-David. Project Goal Build a messenger that allows a customer to communicate with a service provider for a fee.
© 2008 Dr. Paul Walcott – The University of the West Indies: Cave Hill CampusDr. Paul Walcott COMP6325 Advanced Web Technologies Dr. Paul Walcott The University.
ASP.NET 2.0 Chapter 5 Advanced Web Controls. ASP.NET 2.0, Third Edition2 Objectives.
Elements of ASP Documents Adapted from MCDN Web Workshop ( and Webmonkey’s Introduction to Active.
 2004 Prentice Hall, Inc. All rights reserved. 1 Chapter 34 - Case Study: Active Server Pages and XML Outline 34.1 Introduction 34.2 Setup and Message.
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
ASP.NET.. ASP.NET Environment ASP.NET is Microsoft's programming framework that enables the development of Web applications and services. It is an easy.
Database-Driven Web Sites, Second Edition1 Chapter 5 WEB SERVERS.
XP Tutorial 10New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with JavaScript Creating a Programmable Web Page for North Pole.
Active Server Pages  In this chapter, you will learn:  How browsers and servers interacted on the Internet when the Internet first became popular 
Introducing ASP.NET 2.0. Internet Technologies WWW Architecture Web Server Client Server Request Response Network HTTP TCP/IP PC/Mac/Unix + Browser (IE,
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
VITALE, CATURANO & COMPANY LTD Microsoft SharePoint Web Part Development Overview VITALE, CATURANO & COMPANY LTD SharePoint Developer Series – Web Part.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
ASP.Net, Web Forms and Web Controls 1 Outline Session Tracking Cookies Session Tracking with HttpSessionState.
ASP.NET in Definition: 1.ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites,
ASP.NET (Active Server Page) SNU OOPSLA Lab. October 2005.
Understanding Web Applications Lesson 4. Objective Domain Matrix Skills/ConceptsMTA Exam Objectives Understanding Web Page Development Understand Web.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
ASP-2-1 SERVER AND CLIENT SIDE SCRITPING Colorado Technical University IT420 Tim Peterson.
7-1 Active Server and ADO Colorado Technical University IT420 Tim Peterson.
ASP.NET Part II Dr. Awad Khalil Computer Science Department AUC.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
ASP.NET Part I Dr. Awad Khalil Computer Science Department AUC.
1 Introducing Web Developer Tools Rapid application development tools ASP.NET-compatible web editors –Visual Studio.NET Professional Edition –Visual Studio.
ASP – Web Programming Class  Ravi Anand. ASP – Active Server Pages What is ASP? - Microsoft Technology - Can Run using IIS/PWS/Others - Helps us create.
Computing with C# and the .NET Framework
ASP.NET Forms.
Introduction and Principles
21 ASP.NET 2.0, Web Forms and Web Controls.
Introduction to .NET Framework Ch2 – Deitel’s Book
Haritha Dasari Josue Balandrano Coronel -
Active Server Pages ASP.Net
Module 1: Getting Started
Web Development in Microsoft Visual Studio 2013
Web Development Using ASP .NET
ASP.NET
ASP.NET Module Subtitle.
Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta
An Introduction to JavaScript
Web Servers (IIS and Apache)
Web Application Development Using PHP
Presentation transcript:

Chapter 23 – ASP.NET Outline 23.1 Introduction 23.2 .NET Overview 23.2.1 .NET Framework 23.2.2 ASP (Active Server Pages) .NET 23.3 Setup 23.4 JScript .NET 23.5 A Simple ASP.NET Example 23.6 Web Forms 23.7 Session Tracking 23.7.1 Cookies 23.7.2 Session Tracking with HttpSessionState 23.8 ASP.NET and XML 23.9 Reading and Writing Text Files 23.10 Connecting to a Database in ASP.NET 23.11 Code-Behind Approach 23.12 ASP.NET Web Services 23.13 Web Resources

In this lesson, you will learn: Objectives In this lesson, you will learn: To program ASP.NET pages using JScript .NET. To understand how ASP.NET pages work. To understand the differences between client-side scripting and server-side scripting. To create Web services. To use and manipulate XML files with ASP.NET. To understand Web forms and code-behind files. To be able to use session tracking in an ASP.NET application. To use ActiveX Data Objects .NET (ADO.NET) to access a database.

23.1  Introduction ASP.NET Server-side technology that dynamically builds documents in response to client requests Can be used on a server to create Web applications Supports over 25 programming languages Object-oriented programming

23.2  .NET Overview Independent from a specific programming language Promotes software reuse Include tools for porting, adapting existing software components Web services

Manages and executes applications Framework Class Library (FCL) 23.2.1 .NET Framework Manages and executes applications Framework Class Library (FCL) Enforces security and supplies many other programming capabilities Reusable components that programmers can incorporate into their applications Common Language Runtime (CLR) Executes programs written in any .NET-compatible programming language .NET Compact Framework

23.2.2 ASP (Active Server Pages) .NET Multi-tier, database-intensive applications Includes optimizations for performance, testing and security ASPX files XHTML documents Static

Microsoft .NET Framework .NET Framework System Development Kit (SDK) 23.3  Setup Microsoft .NET Framework .NET Framework System Development Kit (SDK) Tools, examples, reference files and tutorials building .NET applications

23.3  Setup Fig. 23.1 Adding ASP.NET security permissions to a folder (on the NTFS file system).

23.3  Setup Fig. 23.2 Configuring a virtual directory as an application in IIS.

23.4  JScript .NET Truly object-oriented language Backward compatible with JScript Adheres to ECMA 262 Edition 4 standard Provides classes, packages, typed variables and access to .NET Framework

23.5 A Simple ASP.NET Example Scripting delimiters <% and %> Wrapped around Jscript.NET code Compiled and executed on the server @ Page directive Specifies information needed by CLR to process file Language attribute Specifies JScript.NET as scripting language runat attribute with value “server” Indicates script should be processed on server

date.aspx (1 of 2)

date.aspx (2 of 2)

HTML generated by date.aspx (1 of 2)

HTML generated by date.aspx (2 of 2)

23.5 A Simple ASP.NET Example

23.6 Web Forms Web controls <form> tag Designate ASP.NET Web Form Web controls HTML server controls Programmable HTML elements run on the server Web server controls Form-like controls such as drop-down lists and text boxes Validation controls (validators) Required field validator Range validator User controls Created by programmer

23.6  Web Forms

23.6  Web Forms

name.aspx (1 of 3)

name.aspx (2 of 3)

name.aspx (3 of 3)

validation.aspx (1 of 4)

validation.aspx (2 of 4)

validation.aspx (3 of 4)

validation.aspx (4 of 4)

23.6  Web Forms Fig. 23.11 Validation error output.

23.6  Web Forms Fig. 23.12 Valid page without validation errors.

adRotator.aspx (1 of 4)

adRotator.aspx (2 of 4)

adRotator.aspx (3 of 4)

adRotator.aspx (4 of 4)

ads.xml (1 of 2)

ads.xml (2 of 2)

23.6  Web Forms Fig. 23.15 ASPX page with an AdRotator.

23.7  Session Tracking Personalization Protection of privacy Cookies .NET’s HttpSessionState object Use of input form elements of type “hidden” URL rewriting

23.7.1 Cookies Customize interactions with Web pages Stored by a Web site on an individual’s computer Reactivated each time the user revisits site

cookie.aspx (1 of 2)

cookie.aspx (2 of 2)

23.7.1 Cookies

23.7.2 Session Tracking with HttpSessionState

optionsPage.aspx (1 of 6)

optionsPage.aspx (2 of 6)

optionsPage.aspx (3 of 6)

optionsPage.aspx (4 of 6)

optionsPage.aspx (5 of 6)

optionsPage.aspx (6 of 6)

recommendationsPage .aspx (1 of 3)

recommendationsPage .aspx (2 of 3)

recommendationsPage .aspx (3 of 3)

23.8  ASP.NET and XML ASP.NET provides classes and built-in functionality to manipulate XML files Guest book stores posts in XML and uses an XSL output posts

posts.xml (1 of 1)

guestbook.aspx (1 of 4)

guestbook.aspx (2 of 4)

guestbook.aspx (3 of 4)

guestbook.aspx (4 of 4)

formatting.xsl (1 of 3)

formatting.xsl (2 of 3)

formatting.xsl (3 of 3)

23.9 Reading and Writing Text Files System.IO namespace Reading and writing to files and streams FileInfo and Directory Methods and properties to retrieve information and perform basic operations on files and directories FileStream, StreamReader and StreamWriter Read and write content to and from a file

23.9 Reading and Writing Text Files

23.9 Reading and Writing Text Files

23.9 Reading and Writing Text Files

23.9 Reading and Writing Text Files

mailinglist.aspx (1 of 8)

mailinglist.aspx (2 of 8)

mailinglist.aspx (3 of 8)

mailinglist.aspx (4 of 8)

mailinglist.aspx (5 of 8)

mailinglist.aspx (6 of 8)

mailinglist.aspx (7 of 8)

mailinglist.aspx (8 of 8)

23.9 Reading and Writing Text Files

23.10 Connecting to a Database in ASP.NET OleDbDataReader object Reads data from a database OleDbConnection object Represents connection to database OleDbCommand object Two parameters queryString Contains SQL to execute Database connection ExecuteReader DataSet Set of data and includes the tables that contain and order it OleDbDataAdapter Retrieve information from database and place resulting information in DataSet

authors.aspx (1 of 5)

authors.aspx (2 of 5)

authors.aspx (3 of 5)

authors.aspx (4 of 5)

authors.aspx (5 of 5)

imageHeader.ascx (1 of 1)

Web.config (1 of 1)

23.11  Code-Behind Approach Alternative method of adding scripts to make static content dynamic Not included in the .aspx file Must be compiled first

adRotator.aspx (1 of 3)

adRotator.aspx (2 of 3)

adRotator.aspx (3 of 3)

adRotator.aspx.js (1 of 2)

adRotator.aspx.js (2 of 2)

23.11  Code-Behind Approach Fig. 23.36 Using the command prompt to compile the code-behind.

23.11  Code-Behind Approach Fig. 23.37 Output of AdRotator.aspx using the code-behind method.

Defining the Web Service 23.12  ASP.NET Web Services Enables distributed computing by allowing one machine to call methods on other machines Defining the Web Service Remote machine Store Web service Web-service methods Remote Procedure Call (RPC) Business-to-business (B2B) transactions Viewing the Web Service Service Description Web Service Description Language (WSDL)

number.asmx (1 of 2)

number.asmx (2 of 2)

23.12 ASP.NET Web Services Links to Web service methods Link to service description Fig. 23.39 ASMX file rendered in Internet Explorer.

23.12  ASP.NET Web Services Fig. 23.40 Service description for a Web service.

23.12  ASP.NET Web Services Fig. 23.41 Invoking a method of a Web service from a Web browser.

23.12  ASP.NET Web Services Fig. 23.42 Results of invoking a Web-service method from a Web browser.

23.13 Web Resources www.asp.net www.asp101.com/aspdotnet/aspplus/index.asp www.411asp.net www.aspfree.com www.aspng.com www.aspnetfaq.com www.123aspx.com msdn.microsoft.com/netframework www.xmlforasp.net www.ondotnet.com/topics/dotnet/asp.net