C# Fundamentals Part II & 10 Rules for Better C# Code
Posted by: K. Scott Allen,
on 03 Oct 2011 |
View original | Bookmarked: 0 time(s)
The second part of my C# fundamentals course is available for subscribers on Pluralsight.com. Part 2 introduces you to the variety of programming styles supported by the C# language. At its core, C# is an object-oriented, statically-typed language that lends itself to procedural and object-oriented programming, but recent additions to the language have made it much easier to develop using other programming paradigms, most notably, dynamic. This course covers object-oriented programming, functional...