1 / 12

Overview of the Microsoft .NET Framework

Overview of the Microsoft .NET Framework. Introduction to the .NET Framework Overview of ASP.NET. Overview. Lesson: Introduction to the .NET Framework. What is the .NET Framework? What Problems Does .NET Solve? The .NET Framework Components Benefits of Using the .NET Framework

neci
Télécharger la présentation

Overview of the Microsoft .NET Framework

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. Overview of the Microsoft .NET Framework

  2. Introduction to the .NET Framework Overview of ASP.NET Overview

  3. Lesson: Introduction to the .NET Framework • What is the .NET Framework? • What Problems Does .NET Solve? • The .NET Framework Components • Benefits of Using the .NET Framework • Visual Studio .NET: The Tool for .NET Development

  4. What is the .NET Framework? Developer Tools Clients ASP.NET Web Applications Databases XML Web Services User Experiences .NET Framework

  5. What Problems Does .NET Solve? • Even with the Internet, most applications and devices have trouble communicating with each other • Programmers end up writing infrastructure instead of applications • Programmers have had to limit their scope or continually learn new languages

  6. Message Queuing COM+ (Transactions, Partitions, Object Pooling) IIS WMI The .NET Framework Components Visual Basic C++ C# Perl Python … XML Web Services User Interface ASP.NET ADO.NET and XML .NET Framework Class Library Common Language Runtime Win32

  7. MFC/ATL .NET Framework Windows API Visual Basic ASP 1990’s 2000’s 1980’s Benefits of Using the .NET Framework • Based on Web standards and practices • Functionality of .NET classes is universally available • Code is organized into hierarchical namespaces and classes • Language independent

  8. Visual Studio .NET: The Tool for .NET Development Web Forms Tools Windows Forms Tools Visual Studio .NET Multiple Languages Error Handling Web Services Tools Data Access Design Develop Debug Deploy

  9. Lesson: Overview of ASP.NET • What is ASP.NET? • ASP.NET Web Application • Multimedia: ASP.NET Execution Model

  10. What is ASP.NET? • Evolutionary, more flexible successor to Active Server Pages • Dynamic Web pages that can access server resources • Server-side processing of Web Forms • XML Web services let you create distributed Web applications • Browser-independent • Language-independent

  11. ASP.NET Web Application ASP.NET Web Server Clients Web Forms Web.config Page1.aspx Code-behind pages Output Cache Internet Page2.aspx machine.config global.asax WebServices Database Components XML Data

  12. Multimedia: ASP.NET Execution Model

More Related