background image

 

 

 

1

Click to add notes

KEY MESSAGE: The .NET picture

SLIDE BUILDS: 5
SLIDE SCRIPT:
BUILD 1 : .NET is built on top of the operating system.  It isn’t directly a 

part of the OS, and multiple platforms are supported, including PocketPC.
BUILD 2 : When your application executes, it will be managed by the 

Common Language Runtime.  This will perform the JIT compile, and 

monitor security access requests. The CLR also communicates with the 

underlying OS, to perform the tasks that your application requests.
BUILD 3 : A project is going to use classes from the base class library, to 

access the database, file system, network, etc. 
BUILD 4 : At the top, .NET lets you choose from a number of languages.  

The choice is largely made on which language syntax you’re already most 

familiar with.  Once you choose a language, you can decide what kind of 

project you want to build with that language. 
BUILD 5 : And the tool to build everything?  Visual Studio.NET
SLIDE TRANSISTION:
We’ll be looking at these pieces individually.