Answer Posted / s.gopalakrishnan
.NET Framework 2.0
• A new hosting API for native applications wishing to host
an instance of the .NET runtime
• Full 64-bit support for both the x64 and the IA64 hardware
platforms.
• Language support for Generics built directly into the .NET
CLR.
• Many additional and improved ASP.NET web controls.
• New data controls with declarative data binding.
• New personalization features for ASP.NET, such as support
for themes, skins and webparts.
.NET Framework 3.5
3.5 will be shipped with the next Visual Studio and the most
dominent change is the addition of LINQ (language integrated
query) technologies. There will also be new framework
classes (for example, new encryption classes designed to
utilize CNG). The languages themselves will probably have
more significant changes than the framework. For a complete
list of changes, you can view the Beta documents.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Which filter executes first in an asp.net mvc application?
how do you mark a property as required? For example, for a project, the name is a required field.
What is Separation of Concerns in ASP.NET ASP.Net MVC?
differences between poco, model first and data first approach?
Explain what is asp.net mvc?
what is scalar property?
Explain the new features added in version 4 of mvc (mvc4)?
Can you use Razor code in Javascript in ASP.Net MVC?
Explain what languages does the .net framework support?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
what is model first approach?
Which version of .net framework is installed?
what is entityclient?
Why is entity framework used?
What is disconnected scenario? : Entity framework