Title: Unit 1: Overview of the Microsoft .NET Platform
1Unit 1 Overview of the Microsoft .NET Platform
2Introduction 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
Code Samples
3Integrated Development Environment (IDE)
Editor/Browser
Object Browser
SolutionExplorer
Toolbox
Properties
ServerExplorer
Task List
Dynamic Help
4Languages in the .NET Framework
- Visual Basic .NET
- C designed for .NET
- J .NET
- Third-party languages
5Overview of the .NET Framework
Visual Studio .NET
Visual Basic
C
C
J
Common Language Specification
.NET Framework
6What 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
7The .NET Framework Components
ADO .NET Data XML
.NET Framework Class Library
Windows Forms
ASP .NET Web Forms Services
Common Language Runtime
8Common Language Runtime
Base Class Library Support
Class Loader
9.NET Framework Class Library
System
System.Security
System.Runtime. InteropServices
System.Globalization
System.Net
System.Text
System.Configuration
System.Threading
System.Reflection
System.Diagnostics
System.Collections
System.IO
10Accessing Data with ADO.NET XML
System.Xml
System.Data
System.Xml.Schema
DataSet
DataRow
System.Xml.Serialization
DataTable
DataView
11Accessing the Web with ASP.NET
System.Web
Services
UI
Description
HtmlControls
Discovery
WebControls
Protocols
Caching
Security
SessionState
Configuration
12Lab 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