Sunday, November 8, 2009

Install---then Compiling and Execute your first C# Program



When I first heard about Microsoft's newest language, C#, my mouth started watering. For the audience with which I mostly deal (beginner programmers trying to break into the business) I thought C# would be the great equalizer---after all, everyone (experienced programmers as well as beginners) would be learning it at the same time.
Many of you may know I'm in the process of writing a C# book--this article will detail how to install it, and how to write your first program. For more, you'll need to read my book!

Saturday, October 3, 2009

Classes in C#

Introduction :

* C# is a true object oriented language.
* In C# , data items are called fields and the functions are called methods .


Priniples of OOPs:

* we know that all object oriented languages employ three core principles
a) Encapsulation
b) Inheritance
c) Polymorphism