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 |
Explain peek method in tempdata in asp.net mvc?
What is Peek method in Tempdata in ASP.Net MVC?
Why should we go for entity framework?
What is orm entity framework?
Is dapper faster than entity framework?
What is GUID , why we use it and where
what is client wins and store wins mode in entity framework concurrency?
explain why t4 entity is important in entity framework?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
Is the following route definition a valid route definition? {controller}{action}/{id}
Can a view be shared across multiple controllers? If yes, how we can do that?
Is the lack of deterministic destruction in .NET a problem