Support Business Teaching Teaching PC Teaching DVDs Webmaster Training Support Programming Instruction Help Microsoft Software DVDs Laptop Training Lessons Webmaster CDs
Office Software - Excel Software - Microsoft Software - QuickBooks Software - Visual Software - Comptuer Software - Web Software - Sharepoint Software - Photoshop Software - Mac Software - QuarkXPress Software - management Software - Project Software - Learn Software - email Software - Network Software - Linux Software - Unix Software - Work Software - Net Software - ASP Software - PHP Software - HTML Software - CMS Software - XML Software - Mobile Software -
Advice Business Support Help Computer Tutoring CDs Design Instruction Help IT Support CDs Business Education Teaching Workstation Training Support Workstation Software

Introduction to the Microsoft .NET Framework

Introduction to the Microsoft .NET FrameworkIntroduction to the Microsoft .NET Framework Introduction to the Microsoft .NET Framework
Product Info 145
Arthur L. Lee - introtodotnet - 1
Date Added : 2000-08-31

Price : 99.95
Price : 99.95 Qty
Product Description : Microsoft?s .NET Framework has revolutionized the way we build and use computer applications. In VTC?s Introduction to the Microsoft. NET Framework, Certified Instructor Mark Long will use simplified explanations to introduce the viewer to the .NET technologies. This course is recommended as a precursor to any of VTC?s other .NET courses. To get started now, simply click one of the topics below.

Introduction to the Microsoft .NET Framework

Course Introduction

Intro / Objectives
What this Course Covers
For New Developers
For Experienced Developers
Microsoft Certification Tracks
Terminology & TLA's

.NET Framework Fundamentals

Why .NET?
What is the .NET Framework?
.NET Under the Hood
.NET Clients
Obtaining the .NET Framework
Language Options
.NET Tools
Framework Config MSC

How .NET Works

.NET and XML

Advantages of .NET

What's the Big Deal?
Important Changes

Visual Studio .NET

Introducing .NET
Visual Studio Basics
Obtaining and Installing .NET
File Organization

Framework Organization

Namespaces
Classes and More Classes

Data Types

Common Type System
Value or Reference?

Common Language Runtime

CLR Basics
MSIL

Assemblies

DLL Hell Freezes Over
Assembly Basics
Assembly Contents
Manifest Basics
Assembly Versioning
Shared Assemblies
How CLR Locates Assemblies
Redirecting

Object Oriented Programming

VB Grows Up
OOP Fundamentals
Class Fundamentals
Constructors
Constructor Tricks
Inheritance
Inheritance Example
Overloading
Overriding
Shadowing
Interfaces

Garbage Collection

GC Basics
How GC Works
Forcing GC

ASP .NET

Web Development in .NET
How ASP.NET Works
ASP.NET Basics
Deploying ASP.NET Web Apps

Data Access

Introducing ADO.NET
ADO.NET Structure
Important Changes

Web Services

What Is a Web Service?
Creating Web Services
Using Web Services

Interaction With COM

COM Basics
COM & .NET
Calling COM from .NET

Remoting

What is Remoting?
Remoting Basics
Remoting Issues

Reflection

What is Reflection?
How Reflection Works

Deployment

Giving Birth to Your App
Deployment Issues

Configuration Files

Configuring Apps Made Easy
Configuration Basics

Code Security

Security Basics
Code Security Options

Migrating to .NET

Why to Migrate
When to Migrate
How to Migrate