Browse by Tags

All Tags » C# 3.0 » Tips (RSS)

C# 3.0 - What's New : {Properties}-Part2

Property of the class can be considered as the mechanism of accessing the private variables of the class. In other words, properties act as wrappers to the private variables. Though, the new feature related to this is not so great from the point of technology...
Posted by Chakravarthy | with no comments
Filed under: , , , ,

C# 3.0 - What's New : {Implicit}-Part1

Recent development in my technical life is that, started working out with Orcas Beta 2. So, thought to blog about the latest happenings with C# language. The idea emerged to start a series of posts related to C# new features. This is the first of ever...
Posted by Chakravarthy | with no comments
Filed under: , , , ,

Runtime Polymorphism

One of the frequently seen situations from a technical standpoint in a large scale of Business Layer objects is, invoking methods from different objects when they contain same method name. Today, am going to make it simple to give an example for Runtime...
Posted by Chakravarthy | with no comments