Programming C# Course prerequisites Programming experience - - PDF document

programming c course prerequisites
SMART_READER_LITE
LIVE PREVIEW

Programming C# Course prerequisites Programming experience - - PDF document

Programming C# Course prerequisites Programming experience required in some high-level language experience with a C family language helpful but not necessary 2 Course goals Cover the C# language in depth Introduce .NET


slide-1
SLIDE 1

Programming C#

slide-2
SLIDE 2

Course prerequisites

  • Programming experience required

– in some high-level language – experience with a C family language helpful but not necessary

2

slide-3
SLIDE 3

Course goals

  • Cover the C# language in depth
  • Introduce .NET
  • Survey most commonly used parts of .NET framework library
  • Gain experience through labs

3

slide-4
SLIDE 4

Logistics

  • Hours
  • Food
  • Breaks
  • Facilities

4

slide-5
SLIDE 5

Course outline

Day 1 .NET Overview Basics Class Initialization Static 5 Day 3 Interface Exceptions Namespace Delegates and Events Object Day 2 Reference Types Properties Indexers Inheritance Binding Day 4 Equals Finalization Value Types Assemblies Constants Day 5 Operator Overloading String Input and Output Collections