Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Beginning C# Objects: From Concepts to Code Review by A. Carzis
Good as an introduction for someone starting off as a developer
This book tries to teach how to model a system (in this case, a student registration system) and then convert the model into a computer program. The book teaches object oriented modeling and programming with the use of Microsoft's .Net platform. This is not a C# programming book. Although the user is introduced to C#, the goal is to teach how to accomplish the end result by using modeling concepts and object oriented programming. This is a good book that should be read by anyone beginning their career as a computer programmer/developer or for someone who wants to learn how to program.