1 / 12

Unit 1: Introduction To .Net

Unit 1: Introduction To .Net. Introduction to .Net. Integrated Development Environment (IDE) Languages in the .NET Framework The Common Language Runtime Accessing Data with ADO.NET & XML Accessing the Web with ASP.NET. Integrated Development Environment (IDE). Editor/Browser.

rudyn
Télécharger la présentation

Unit 1: Introduction To .Net

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: Introduction To .Net

  2. Introduction to .Net • Integrated Development Environment (IDE) • Languages in the .NET Framework • The Common Language Runtime • Accessing Data with ADO.NET & XML • Accessing the Web with ASP.NET

  3. Integrated Development Environment (IDE) Editor/Browser Object Browser SolutionExplorer Toolbox Properties ServerExplorer Task List Dynamic Help

  4. Languages in the .NET Framework • Visual Basic .NET • C# – designed for .NET • J# .NET • Third-party languages

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

  6. What Are the Parts of .NET • The . NET Languages • Common Language Runtime • .NET Framework Class Library • ADO .NET: Data and XML • ASP .NET: Web Forms and Services • Windows Forms

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

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

  9. .NET Framework Class Library System System.Security System.Runtime. InteropServices System.Text System.Globalization System.Net System.Threading System.Configuration System.Reflection System.Diagnostics System.Collections System.IO

  10. Accessing Data with ADO.NET & XML System.Xml System.Data System.Xml.Schema DataSet DataRow System.Xml.Serialization DataTable DataView

  11. Accessing the Web with ASP.NET ASP .NET System.Web Services UI Description HtmlControls Discovery WebControls Protocols Caching Security SessionState Configuration

  12. Lab 1: Introduction to .Net • 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