adspace
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Answer Posted / Preeti Sonker
NET Framework 2.0 (.NET 2005) introduced several new features, improvements, and enhancements over NET Framework 1.0/1.1 (.NET 2000).nnSome of the major differences and improvements include:n
1. Improved performance with Just-In-Time (JIT) compiler.
2. Support for generics, a feature that allows type-safe collections and methods to be defined without knowing the actual types at compile time.
3. Support for partial classes, which enables developers to split class declarations into multiple files.
4. Support for ASP.NET 2.0, which includes new features like master pages, themes, and site navigation.
5. Enhanced exception handling with try-catch blocks that can handle multiple exceptions.nnAs for the question about which one is better, .NET 2005 is generally considered superior due to its enhanced features and improvements over .NET 2000.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers