1 / 16

Chapter 1

Chapter 1. :: .NET Introduction ::. Dynamic Web Page Design. Y. Chen, Ph.D. 1-1 .NET. Basic Concept 「 .NET 」( dot NET ) : Microsoft Next Generation Application Development Platform. 「 .NET Platform 」 : A platform for multi-language web development. Program module re-use and sharing.

duff
Download Presentation

Chapter 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

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

  3. 1-1 .NET

  4. 1-1 .NET • .NETFramework Structure • .NET Framework • Microsoft Windows • Microsoft.NET Server • Visual Studio.NET • .NETService • Allow resource sharing over Internet.

  5. 1-1 .NET • Microsoft .NET Servers:

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

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

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

  9. 1-3 .NET Framework Base Class

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

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

  12. 1-4 .NET Framework CLR

  13. 1-5 ASP.NET Requirements • Hardware Requirements:

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

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

  16. 1-6 Request and Response • Between a client and a 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.

More Related