1 / 14

Module 1: Overview of the Microsoft .NET Framework

Module 1: Overview of the Microsoft .NET Framework. Overview. Overview of the Microsoft .NET Framework Overview of Namespaces. Overview of the Microsoft .NET Framework. The .NET Framework Common Language Runtime The .NET Framework Class Library ADO.NET: Data and XML

Download Presentation

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

  2. Overview • Overview of the Microsoft .NET Framework • Overview of Namespaces

  3. Overview of the Microsoft .NET Framework • The .NET Framework • Common Language Runtime • The .NET Framework Class Library • ADO.NET: Data and XML • What is an XML Web Service? • Web Forms and Services

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

  5. Thread Support COM Marshaler Type Checker Exception Manager Security Engine Debugger MSIL to Native Compilers Code Manager Garbage Collection Common Language Runtime .NET Framework Class Library Support Class Loader

  6. The .NET Framework Class Library • Spans All Programming Languages • Enables cross-language inheritance and debugging • Integrates well with tools • Is Object-Oriented and Consistent • Enhances developer productivity by reducing the number of APIs to learn • Has a Built-In Common Type System • Is Extensible • Makes it easy to add or modify framework features • Is Secure • Allows creation of secure applications

  7. System.Data System.Xml OleDb SqlClient XSL Serialization Common SQLTypes XPath ADO.NET: Data and XML ADO.NET: Data and XML

  8. XML Web service Open Internet Protocols UDDI Universal Description, Discovery, and Integration Provide a Directory of Services on the Internet WSDL Web Services Description Language XML Web services are defined in terms of the formats and ordering of messages XML Web services consumers can send and receive messages using XML SOAP XML & HTTP Built using open Internet protocols What Is an XML Web Service? A programmable application component accessible via standard Web protocols

  9. Web Forms and Services ASP.NET System.Web Services UI Description HtmlControls Discovery WebControls Protocols Caching Security SessionState Configuration

  10. Overview of Namespaces • Namespaces • Namespaces Used in this Course • Namespaces Covered in Optional Modules

  11. Namespaces System Collections IO Security Runtime Configuration Net ServiceProcess Diagnostics Reflection Text Globalization Resources Threading

  12. Namespaces Used in this Course Module 10 • System.IO Module 11 • System.Net • System.Net.Sockets Module 12 • System.Runtime.Serialization Module 13 • System.Runtime.Remoting.Channels • System.Web.Services Module 2 • System.Console Module 3 • System.Windows.Forms • System.Drawing Module 4 • System.Reflection Module 7 • System.Text • System.Collections

  13. Namespaces Covered in Optional Modules Module 14 • System.Threading Module 16 • System.Data Module 17 • System.Reflection

  14. Review • Overview of the Microsoft .NET Framework • Overview of Namespaces

More Related