Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is diff between .net 1.1 and .net 2.0

Answers were Sorted based on User's Feedback



what is diff between .net 1.1 and .net 2.0..

Answer / 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

what is diff between .net 1.1 and .net 2.0..

Answer / rajiv ranjan giri

Major Difference is of Master Page concept and new controls
added based on xml to make it lighter

Is This Answer Correct ?    5 Yes 2 No

what is diff between .net 1.1 and .net 2.0..

Answer / 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

what is diff between .net 1.1 and .net 2.0..

Answer / senthil

0.9. this is the best answer of the world

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More OOPS Interview Questions

what is data abstraction with example.

1 Answers  


In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that

6 Answers  


Why do we use encapsulation in oops?

0 Answers  


what are the characteristics of oops?

7 Answers   NIIT,


What are the three main types of variables?

0 Answers  


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?

0 Answers  


What is polymorphism explain?

0 Answers  


Can a varargs method be overloaded?

0 Answers  


Why u change company?

12 Answers   BOB Technologies,


Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?

5 Answers  


WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  


What is coupling in oop?

0 Answers  


Categories