what is diff between .net 1.1 and .net 2.0

Answer Posted / skybeaver

The .NET framework was upgraded considerably between 1.1
and 2.0. Major language additions include
generics/templates, anonymous delegates, nullable value
types, etc.

Every major developer building block - Win Forms, ASP.NET,
etc., was also upgraded.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4248


What is multilevel inheritance explain with example?

630


What are the 4 main oop principles?

687


What is pure oop?

599


Why oops is important?

616






What are the 3 principles of oop?

621


Why do we use inheritance?

630


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1899


Why multiple inheritance is not possible?

606


What are the two different types of polymorphism?

677


Can abstract class have normal methods?

616


Plese get me a perfect C++ program for railway/airway reservation with all details.

3431


What is polymorphism in oop example?

519


Is this job good for future? can do this job post grduate student?

1694


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1460