Topic – Object Oriented Programming

Topic -Object Oriented Programming

Reading

Required Reading

Reference Reading

http://www.codeproject.com/Articles/22769/Introduction-to-Object-Oriented-Programming-Concep – If you have never done object oriented programming, this is a must read. The basic principles of OOP are covered.

Supporting Lectures

Lecture – Basics – C Sharp Classes

Creating a C Sharp Class  (basic lecture on creating a class to answer the connection string)

Lecture – Building Classes in Web Applications (more on building a class and concepts of classes).

Topic – Using Collection Classes (these are built-in classes of C# part of System.Collections) – but very useful.