160 likes | 334 Views
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.
E N D
Chapter 1 :: .NETIntroduction :: Dynamic Web Page Design Y. Chen, Ph.D.
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.
1-1 .NET • .NETFramework Structure • .NET Framework • Microsoft Windows • Microsoft.NET Server • Visual Studio.NET • .NETService • Allow resource sharing over Internet.
1-1 .NET • Microsoft .NET Servers:
1-1 .NET • Microsoft.NET Platform Structure
1-2 .NET Framework • Two major components: • Base Class • Common Language Runtime (CLR) • Compile different programming language into a common execution format.
1-2 .NET Framework • Microsoft.NET Framework
1-3 .NET Framework Base Class • ADO.NET
1-3 .NET Framework Base Class • ASP.NET
1-5 ASP.NET Requirements • Hardware Requirements:
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.
1-6 Client and Server • Client:Request services. • Server:Provide services.
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.