Diffence between .net framework 1.0 and 2.0?
Answers were Sorted based on User's Feedback
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 |
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 |
What is entity client data provider? : Entity framework
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What is the purpose of a web form?
Is it possible to use multipe inheritance in .net
Explain .Net Framework? Why we use it?
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?
Explain bundle.config in mvc4?
What is the difference between viewbag and viewdata in mvc?
What data type should you use if you want an 8-bit value that's signed ?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
how can you tell ef to have a different table or column name than that defined for the class?