what is diff between .net 1.1 and .net 2.0

Answer Posted / gp_bellamkonda

.NET Framework 2.0 added the following namespaces:
System.Collections.Generics namespace ->would be the biggy
as far as the BCL classes go

System.IO.Ports ->Supply the SerialPort class to implement
serial port operation.

System.IO.Compression -> Implement compression and
decompression operation on files.

System.Net.NetworkInformation -> Gather information about
network events, changes, statistics, and properties.

System.Security.AccessControl -> Provide programming
elements used to control access to and audit security-
related actions on securable objects.



In addition, added the FtpWebRequest class and the
FtpWebResponse class to the System.Net namespace, thus
support FTP function.

Add the SmtpClient calss to the system.Net.Mail namespace,
thus support mail operation.

By the way, the .Net Framework 3.0 adds the system.speech
namespace, which contains Windows Desktop Speech technology
types for implementing speech recognition.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by multiple inheritance?

976


Can you explain polymorphism?

865


How do you answer polymorphism?

825


What is inheritance and how many types of inheritance?

854


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1653


What is constructor overloading in oop?

900


what type of question are asked in thoughtworks pair programming round ?

1993


• What are the desirable attributes for memory managment?

1986


What are the 5 oop principles?

877


What is difference between inheritance and polymorphism?

808


What is purpose of inheritance?

887


What is polymorphism and why is it important?

807


How oops is better than procedural?

857


How do you achieve polymorphism?

856


Why multiple inheritance is not possible?

829