Diffence between .net framework 1.0 and 2.0?

Answers were Sorted based on User's Feedback



Diffence between .net framework 1.0 and 2.0?..

Answer / dsr

create the master pages in .net2.0.we can't create the
master pages in .net1.0 and performance wise and code
redudence also good in .net2.0

Is This Answer Correct ?    4 Yes 2 No

Diffence between .net framework 1.0 and 2.0?..

Answer / pandian

This is the first release of the .NET Framework, released
on 13 February 2002 and available for Windows 98, NT 4.0,
2000, and XP. Mainstream support by Microsoft for this
version ended 10 July 2007, and extended support ends 14
July 2009.[16]


Released with Visual Studio 2005, Microsoft SQL Server
2005, and BizTalk 2006.
The 2.0 Redistributable Package can be downloaded for free
from Microsoft, and was published on 2006-01-22.
The 2.0 Software Development Kit (SDK) can be downloaded
for free from Microsoft.
It is included as part of Visual Studio 2005 and Microsoft
SQL Server 2005.
Version 2.0 is the last version with support for Windows
2000, Windows 98 and Windows Me.
It shipped with Windows Server 2003 R2 (not installed by
default).

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More Dot Net Framework Interview Questions

What is entity client data provider? : Entity framework

0 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


What is the purpose of a web form?

0 Answers  


Is it possible to use multipe inheritance in .net

1 Answers  


Explain .Net Framework? Why we use it?

0 Answers   MaxSolPro,






About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?

6 Answers   Infosys, Microsoft, MMTS,


What is managed extensibility framework?

0 Answers  


Explain bundle.config in mvc4?

0 Answers  


What is the difference between viewbag and viewdata in mvc?

0 Answers  


What data type should you use if you want an 8-bit value that's signed ?

1 Answers  


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers   Cap Gemini,


how can you tell ef to have a different table or column name than that defined for the class?

0 Answers   Microsoft,


Categories