what is the diff b/w asp.net 2.0 & 3.5

Answers were Sorted based on User's Feedback



what is the diff b/w asp.net 2.0 & 3.5..

Answer / 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

what is the diff b/w asp.net 2.0 & 3.5..

Answer / anirudh

LINQ, Lambda expressions, annonymous methods, expression
trees to name a few.

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

what is the additional features in 1.1 rather than 1.0

1 Answers  


Why do I get errors when I try to serialize a Hashtable

1 Answers  


Is it possible to use multipe inheritance in .net

1 Answers  


What happens when you encounter a continue statement inside the for loop ?

1 Answers  


Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?

1 Answers   B-Ways TecnoSoft,


Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?

1 Answers  


What are authentication filters in web api?

1 Answers  


What is latest version of .net framework?

1 Answers  


VIEWS WITH SYNTAX AND EXAMPLE IN SQL

1 Answers  


how do you truncate a table using entity data model?

1 Answers   Microsoft,


explain how you can load related entities in ef (entity framework)?

1 Answers   Microsoft,


What is entitytype? : Entity framework

1 Answers  


Categories