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 does and I oop mean?

851


What is the important feature of inheritance?

868


What is coupling in oop?

785


Can bst contain duplicates?

956


How do you define a class in oop?

873


What is destructor example?

776


What is oops and its features?

837


What does it mean when someone says I oop?

821


Give two or more real cenario of virtual function and vertual object

2083


Whats is abstraction in oops?

843


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

4358


What is polymorphism oop?

832


What is overriding in oop?

805


How to call a non virtual function in the derived class by using base class pointer

5930


Can an interface inherit a class?

792