Monday, October 12, 2009

EVOLUTION OF .NET FRAMEWORK

Microsoft .NET supports not only language independence, but also language integration.We can inherit from classes, catch exceptions, and take advantage of polymorphism across different languages.

The .NET Framework makes this possible with a specification called the Common Type System (CTS) that all .NET components must obey. For example, everything in .NET is an object of a specific class that derives from the root class called System.Object. The CTS supports the general concept of classes, interfaces, delegates (which support callbacks), reference types, and value types.

2 comments:

  1. Good point but thought there would be more in terms of evolution of .Net Framework in terms of various versions and the features added in them.
    -Manish.C.

    ReplyDelete