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
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is encapsulation c#?
What is coupling in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is the difference between static polymorphism and dynamic polymorphism?
Can you explain polymorphism?
What is cohesion in oop?
How oops is better than procedural?
How long to learn object oriented programming?
What is coupling in oops?
What is difference between inheritance and polymorphism?
What are the three parts of a simple empty class?
What is object and class in oops?
Templates mean
What is the example of polymorphism?