1 / 14

Unit 1: Overview of the Microsoft .NET Platform

Unit 1: Overview of the Microsoft .NET Platform. http://www.youtube.com/watch?NR=1&v=pehPPavaBWE&feature=endscreen. Overview. What Is the Microsoft .NET Platform? What are the .NET Class Libraries What Are the .NET Framework Components? What Are the Visual Basic/C# .NET Enhancements?.

ceugene
Télécharger la présentation

Unit 1: Overview of the Microsoft .NET Platform

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. Unit 1: Overview of the Microsoft .NET Platform http://www.youtube.com/watch?NR=1&v=pehPPavaBWE&feature=endscreen

  2. Overview • What Is the Microsoft .NET Platform? • What are the .NET Class Libraries • What Are the .NET Framework Components? • What Are the Visual Basic/C# .NET Enhancements?

  3. Overview of the .NET Framework Visual Studio .NET Visual Basic C++ C# J# … Common Language Specification .NET Framework

  4. Languages in the .NET Framework • Visual Basic .NET New version of Visual Basic with substantial language innovations • C# – designed for .NET Newish component-oriented language • Managed Extensions to Visual C++ Provides more power and control • J# .NET Takes full advantage of the .NET Framework • Third-party languages

  5. What Are the .NET Framework Components? • Common Language Runtime (CLR) • .NET Framework Class Library • ADO .NET: Data and XML • ASP .NET: Web Forms and Services • User Interface : WinForms, WPF, GDI

  6. The .NET Framework Components ADO .NET: Data & XML .NET Framework Class Library Windows Forms … ASP .NET: Web Forms & Services Common Language Runtime

  7. Thread Support COM Marshaler Type Checker Exception Manager Security Engine Debug Engine MSIL to Native Compilers Code Manager Garbage Collection Common Language Runtime BaseClassLibrarySupport Class Loader

  8. .NET Framework Class Library System System.Security System.Web System.Text System.Globalization System.Net System.Threading System.Configuration System.Reflection System.Diagnostics System.Collections System.IO Classes are classified with Namespaces

  9. ADO.NET: Data and XML System.Xml System.Data System.Xml.Schema DataSet Data Readers System.Xml.Serialization DataTable DataView Recent additions:Data Source ControlsLINQEntity Framework

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

  11. User Interface System.Windows.Forms System.Drawing Recent additions:AjaxSilverlightMVCWPF

  12. What Are the Visual Basic/C# .NET Enhancements? • Major language enhancements • Enhanced object-oriented support • Structured exception handling • Full access to the .NET Framework classes • New threading options • Garbage collection • Enhanced Web development • Create Web Forms as easily as Windows Forms • Create Web Services quickly

  13. Integrated Development Environment (IDE) Editor or Designer SolutionExplorer Toolbox Properties ServerExplorer Task List Dynamic Help

  14. Lab 1: Introduction to Visual Studio • Exercise 1: Becoming Familiar with the Visual Studio .NET IDE • Exercise 2: Using code snippets to insert a for loop and if statement

More Related