ASP.NET From Scratch: Lesson 3

The month of December was a busy one. So busy, in fact, that I did not get one screencast of ASP.NET From Scratch done, much less any other project or side-work I wanted to get done. With life back into a semi-normal state, I finished the third part of ASP.NET From Scratch. It’s on Nettuts now:

Picking up where Lesson two left off, this new installment of ASP.NET From Scratch covers more C# programming fundamentals – namely class inheritance and interfaces. In this lesson, you’ll learn how to use inheritance to save time and code. You’ll also learn about the concept of interfaces, and how they can make your applications and components flexible and maintainable. You'll also be introduced to the Object Browser, a feature of Visual Studio that organizes all classes within the Framework Class Library and your project in a browsable format.

The series thus far:

1/21/2010 1:35:48 PM | Tags: ASP.NET, C#, Screencasts, Web
© 2008 Jeremy McPeak