1 Introduction to Web Application Review. 2 Five Layers Architecture HTML, CSS, Java Script ASP.net User ’ s.dll, Nunit, Web Services ADO.net SQL Server,

Slides:



Advertisements
Similar presentations
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 11: Advanced Web Technologies.
Advertisements

JavaScript and AJAX Jonathan Foss University of Warwick
Muhammad Taimoor Khan
Building Applications using ASP.NET and C# / Session 1 / 1 of 21 Session 1.
Introduction to ASP.NET. 2 © UW Business School, University of Washington 2004 Outline Static vs. Dynamic Web Pages.NET Framework Installing ASP.NET First.
IS 360 Course Introduction. Slide 2 What you will Learn (1) The role of Web servers and clients How to create HTML, XHTML, and HTML 5 pages suitable for.
Product Management System Xiao Zhou. Introduction Why This project? It is an opportunity to learn new things and gain some experiences. My friend is a.
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
ITM352 Javascript and Dynamic Web Pages: Client Side Processing.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
CSCI 323 – Web Development Chapter 1 - Setting the Scene We’re going to move through the first few chapters pretty quick since they are a review for most.
IT 210 The Internet & World Wide Web introduction.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
VS.NET Syllabus By Peter Huang.
Meir Botner David Ben-David. Project Goal Build a messenger that allows a customer to communicate with a service provider for a fee.
Enticy GROUP THE A Framework for Web and WinForms (Client-Server) Applications “Enterprise Software Architecture”
ASP.NET Controls. Slide 2 Lecture Overview Identify the types of controls supported by ASP.NET and the differences between them.
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
Web Services – Train The Teachers Yair S. Siwek 2003.
WEB SCIENCE. What is the difference between the Internet and the World Wide Web? Internet is the entire network of connected computers and routers used.
Grid Chemistry System Architecture Overview Akylbek Zhumabayev.
Session I Chapter 1 - Introduction to Web Development
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
IT WEB TECHNOLOGY Prepared by, K.ABINAYA Lect/IT.
Schedule Introduction to Web & Database Integration Tools and Resources HTML and Styles Forms and Client-Side Scripts DB Engines Forms Processing and Server-Side.
Server-side Programming The combination of –HTML –JavaScript –DOM is sometimes referred to as Dynamic HTML (DHTML) Web pages that include scripting are.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
ASP.NET (Active Server Page) SNU OOPSLA Lab. October 2005.
Preface IIntroduction Objectives I-2 Course Overview I-3 1Oracle Application Development Framework Objectives 1-2 J2EE Platform 1-3 Benefits of the J2EE.
JavaScript Overview Developer Essentials How to Code Language Constructs The DOM concept- API, (use W3C model) Objects –properties Methods Events Applications;
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Asp.NET Core Server Controls. Slide 2 Lecture Overview Understanding the types of ASP.NET controls HTML controls ASP.NET (Web) controls.
The basics of knowing the difference CLIENT VS. SERVER.
JavaScript Dynamic Active Web Pages Client Side Scripting.
Document Object Model Nasrullah. DOM When a page is loaded,browser creates a Document Object Model of the Page.
JavaScript & Introduction to AJAX
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Lesson 30: JavaScript and DHTML Fundamentals. Objectives Define and contrast client-side and server-side technologies used to create dynamic content for.
Introduction to the World Wide Web & Internet CIS 101.
Overview Web Technologies Computing Science Thompson Rivers University.
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.
1 LM 6 Database Applications Dr. Lei Li. Learning Objectives Explain three components of a client-server system Describe differences between a 2-tiered.
1 Introducing Web Developer Tools Rapid application development tools ASP.NET-compatible web editors –Visual Studio.NET Professional Edition –Visual Studio.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Web Technologies Computing Science Thompson Rivers University
IS1500: Introduction to Web Development
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML.
WEB SERVICES.
AJAX and REST.
Asynchronous Java script And XML Technology
Introduction to Internet Programming
Web Systems & Technologies
Chapter 23 – ASP.NET Outline 23.1 Introduction NET Overview
Web Development in Microsoft Visual Studio 2013
Beginning Object-Oriented Web Design
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
IS 360 Course Introduction
CMP Creating Your Personal and Small Business Web Sites
HTML5 Level I Session I Chapter 1 - Introduction to Web Development
ASP.NET Module Subtitle.
Secure Web Programming
Introduction to World Wide Web
BOF #1 – Fundamentals of the Web
INFS 230 L Internet Technology
Web Technologies Computing Science Thompson Rivers University
Web Servers (IIS and Apache)
Presentation transcript:

1 Introduction to Web Application Review

2 Five Layers Architecture HTML, CSS, Java Script ASP.net User ’ s.dll, Nunit, Web Services ADO.net SQL Server, XML

3.Net Framework C#

4 Important Concepts WWW, Why Domain Name and IP URL, URI, URN HTTP and Session Relationship among HTML, XML, and XHTML Form Functions of HTML

5 Important Concepts CSS CSS Grammar Three style to use CSS CSS Conflict Text Flow and Box Model Java Script and Dynamic in Client Side Java Script and OO Language DOM (Document Object Model)

6 Important Concepts C# Language and Type-Safe Boxing and Unboxing Object and Class Struct Properties Object-Oriented Characteristics Delegate and Interface IIS and ASP.net

7 Important Concepts Runat = “ server ” View State Selecting the Appropriate Control from HTML and Web Controls How to Implement Code in ASP.net Page Code Behind Understanding the Page Event Life Cycle Data Base and SQL

8 Important Concepts Using ADO.NET Classes in a Connected Scenario Overview of Web Control The challenges of Web Application Data Bind Form Authentication What is SSL An Architecture with Five Layer

9 Important Concepts XML Service-Oriented Architecture Roles in a Web Services Architecture Overview of Using UDDI