Tonight I started learning the Object-Oriented Programming aspects of C#. I’m reading the free online chapter of Microsoft Visual C#.NET 2003 Kick Start by Steven Holzner at http://www.samspublishing.com/articles/article.asp?p=101373&seqNum=6
Web development is based on scripting languages, JavaScript, VBScript, PHP, Perl so you don’t learn much OOP doing this kind of programming. I have some grasp of the general concepts but I need to learn the details and start creating some classes.