50 likes | 224 Views
HOL 101 Introduction Programming .NET Framework 2.0 Module 1 Framework Fundamentals Stage I. Agenda. Lesson 1: Using Value Types Lesson 2: Using Common Reference Types. Lesson 1: Using Value Types. Built-in Value Types How to Declare Value Types How to Create User-Defined Types
E N D
HOL 101Introduction Programming .NET Framework 2.0Module 1Framework Fundamentals Stage I
Agenda • Lesson 1: Using Value Types • Lesson 2: Using Common Reference Types
Lesson 1: Using Value Types • Built-in Value Types • How to Declare Value Types • How to Create User-Defined Types • How to Create Enumerations • Lab: Declaring and Using Value Types • Lesson Review
Lesson 2: Using Common Reference Types • WhatIs a ReferenceType? • ComparingtheBehavior of Reference and ValueTypes • Built-in ReferenceTypes • String and StringBuilders • HowtoCreate and SortArrays • Howto Use Streams • HowtoThrow and Catch Exceptions • Lab: WorkingwithReferenceTypes • LessonReview
Module Review • Lesson 1: Using Value Types • Lesson 2: Using Common Reference Types