Chapter 1 Dynamic Web Page Design Y. Chen, Ph.D. ::.NET Introduction ::

Slides:



Advertisements
Similar presentations
Henrico Dolfing Business Segment Partners. Océ Document Technologies GmbH2 June, NET Framework Version 3.0.
Advertisements

Introduction to.NET What is.NET?  A vision Web sites will be joined by Web services New smart devices will join the PC User interfaces will become more.
The Microsoft View: Module 1: Getting Started. Copyright Course 2559B, Introduction to Visual Basic®.NET Programming with Microsoft®.NET. Lecture 1 Microsoft.
ISYS 512 Business Application Design and Development with.Net David Chao.
ISYS 546 Client/Server Database Application Development.
Introduction to ASP.NET. 2 © UW Business School, University of Washington 2004 Outline Static vs. Dynamic Web Pages.NET Framework Installing ASP.NET First.
ISYS 512 Business Application Design and Development with.Net David Chao.
Managing Employee Earnings Statements: PAYSTUB 3.0 A centralized, intranet-based application used to view employee earnings statements online Published:
ISYS 512 Business Application Design and Development with.Net David Chao.
.net Microsofts ’ Platform for Web Services Naveed Arshad.
1 Chapter 20 — Creating Web Projects Microsoft Visual Basic.NET, Introduction to Programming.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
.NET On A Shoe String By: Patrick Brannen Lead Developer iDevCo, Inc.
Intro to dot Net Dr. John Abraham UTPA – Fall 09 CSCI 3327.
Online Job Portal with Exam
Rajeswari Indupuri Introduction to.NET Framework.
ISYS 350 Business Application Development
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
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 وزارة التربية و التعليم العالي كلية العلوم و التكنولوجيا قسم علوم الحاسوب و تكنولوجيا المعلومات اعداد الاستاذ: عبد الله محمد.
ISYS 512 Business Application Design and Development with.Net David Chao.
ASP.NET The.NET Framework. The.NET Framework is Microsoft’s distributed run-time environment for creating, deploying, and using applications over the.
1 8/29/05CS360 Windows Programming Professor Shereen Khoja.
© 2008 Dr. Paul Walcott – The University of the West Indies: Cave Hill CampusDr. Paul Walcott COMP6325 Advanced Web Technologies Dr. Paul Walcott The University.
Introduction to .NET Rui Ye.
ASP.NET  ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required.
Presented by Team D Compare Windows 2000, XP, and.NET By John Leonard, Brian North, Jeffrey Reynolds, Todd Saylor.
CIS 375—Web App Dev II Microsoft’s.NET. 2 Introduction to.NET Steve Ballmer (January 2000): Steve Ballmer "Delivering an Internet-based platform of Next.
Learningcomputer.com SQL Server 2008 – Installation of SQL Server 2008.
Module 13: Maintaining Software by Using Windows Server Update Services.
Searchlets Customer: Paul English Advisor: Prof. Ethan Bolker Team : Satish, Di, Quan
Team Members ? ? Chintan Goswami Nirav Tank Project Guide ? ? Mrs. Darshana H. Patel [Internal] Mr. Manish I. Vora [External]
Microsoft ASP.net Session Samar Samy Microsoft Student Partner.
Group Members:  Group Members: . A GENDA Overview Current Scenario Proposed Solution Block Diagram Flowchart Technical Implementation Hardware & Software.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Introduction to VB.Net. What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new and updated.
Rajiv and Shipra Introduction to.NET (asp.net,c#,vb)
Lesson 2 What is ASP.NET? What is ASP.NET? What is Web Matrix? What is Web Matrix? What are the features of Web Matrix? What are the features of Web Matrix?
Introducing ASP.NET 2.0. Internet Technologies WWW Architecture Web Server Client Server Request Response Network HTTP TCP/IP PC/Mac/Unix + Browser (IE,
ISYS 350 Business Application Development David Chao.
Microsoft ® Visual Studio.NET Presented by Joseph J. Sarna Jr., MCSD JJS Systems, LLC.
Lesson 3 Getting started and Installing Web Matrix Getting started and Installing Web Matrix.
Module 1: Getting Started. Introduction to.NET and the.NET Framework Exploring Visual Studio.NET Creating a Windows Application Project Overview Use Visual.
Intro to dot Net Dr. John Abraham UTPA CSCI 3327.
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,
Module 1: Overview of the Microsoft .NET Framework
Microsoft .NET A platform that can be used for building and running windows and web applications such that the software is platform and device-independent.
Web Services Using Visual.NET By Kevin Tse. Agenda What are Web Services and Why are they Useful ? SOAP vs CORBA Goals of the Web Service Project Proposed.
Module 1: Overview of Microsoft Office SharePoint Server 2007.
Microsoft.Net Framework Presented by: Frank Perkins Leslie Meadows Jason Salomon.
ISYS 512 Business Application Design and Development with.Net David Chao.
Client – Server Architecture A Basic Introduction 1.
Module 1: Introduction to Microsoft SQL Server Reporting Services
Introduction to C# Programming with Microsoft.NET AY
Windows SharePoint Services Installation and Configuration.
Microsoft Visual Basic 2015 CHAPTER ONE Introduction to Visual Basic 2015 Programming.
Diploma of Website Development Getting Started With ASP.NET
Technical Specifications
.NET Omid Darroudi.
Introduction to Visual Basic 2008 Programming
DOTNET Technologies CHAPTER I
Introduction to .NET Framework Ch2 – Deitel’s Book
Module 0: Introduction Chapter 2: Getting Started
Module 1: Getting Started
Dot Net ​ Overview  The.NET Framework is a development framework that provides a new programming interface to Windows services and APIs, and integrates.
Chapter 23 – ASP.NET Outline 23.1 Introduction NET Overview
CIS16 Application Development – Programming with Visual Basic
Microsoft .NET Presentation
C# and ASP.NET Programming
Presentation transcript:

Chapter 1 Dynamic Web Page Design Y. Chen, Ph.D. ::.NET Introduction ::

2  Basic Concept 「.NET」(dot NET): Microsoft Next Generation Application Development Platform. 「.NET」(dot NET): Microsoft Next Generation Application Development Platform. 「.NET Platform」: A platform for multi- language web development. 「.NET Platform」: A platform for multi- language web development. Program module re-use and sharing. Program module re-use and sharing. Team work environment. Team work environment. 1-1.NET

3

4 .NET Framework Structure.NET Framework.NET Framework Microsoft Windows Microsoft Windows Microsoft.NET Server Microsoft.NET Server Visual Studio.NET Visual Studio.NET.NET Service.NET Service  Allow resource sharing over Internet. 1-1.NET

5  Microsoft.NET Servers: 1-1.NET Microsoft.NET Server Description Microsoft Mobile Information Server Provide services to mobile devices. Microsoft SharePoint Portal Server Provide firewall, calendar, contact, and schedule services. Microsoft SQL Server 2000 Provide database services. Microsoft Windows 2000 Server Provide file sharing, printing, directory, and application services.

6  Microsoft.NET Platform Structure 1-1.NET

7  Two major components: Base Class Base Class Common Language Runtime (CLR) Common Language Runtime (CLR)  Compile different programming language into a common execution format. 1-2.NET Framework

8  Microsoft.NET Framework 1-2.NET Framework

9 1-3.NET Framework Base Class

10  ADO.NET 1-3.NET Framework Base Class

11  ASP.NET 1-3.NET Framework Base Class

NET Framework CLR

13  Hardware Requirements: 1-5 ASP.NET Requirements ItemRequirement Operating System Windows 2000 Professional/Server, Windows XP Professional, Windows.NET Server. CPU Pentium II or better. Memory 128 MB minimum, 256 MB recommended. Hard Drive 110 MB minimum, 500 MB preferred.

14  Software Requirements: Windows 2000 Windows 2000 IIS5.0 IIS5.0.NET Framework SDK.NET Framework SDK Internet Explorer 6.0 Internet Explorer 6.0 MDAC 2.7 MDAC 2.7 *MSDE *MSDE  MSDE(Microsoft SQL Server Desktop Engine)for third-party database access. No need, if you already have SQL Server. 1-5 ASP.NET Requirements

15  Client : Request services.  Server : Provide services. 1-6 Client and Server

16  Between a client and a server, Request : The client requests a web page from a web server. Request : The client requests a web page from a web server. Response : The server receives the request and send the requested web page as a response to the request. Response : The server receives the request and send the requested web page as a response to the request. 1-6 Request and Response