What is the difference between 1.1 and 2.0 .Net framework?

Answer Posted / devashish

Microsoft ASP.NET 2.0 supports a new object called the
Profile object. We can store any type of information within
a user profile including both simple data types such as
strings and integers and complex types such as custom
objects.

The Profile object is similar to the Session object, but
better. Like the Session object, In other words, each user
of a Web application automatically has their own profile.

However, unlike the Session object, the Profile object is
persistent. When you will add an item to the Session
object, the item disappears after you leave the Web site.
When you modify the state of the Profile object, in
contrast, the modifications are saved between visits to the
Web site.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between asp and php?

485


Define application object in asp?

508


write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.

1424


How do in-process and cross-process communication work in the common language runtime?

473


Which is the default scripting language in active server pages?

459






What is servervariables collection in asp?

495


Define server object?

515


what is the default .net provider

1848


Which is better asp or php?

501


What is http header?

502


Explain the differences between asp and asp.net and is asp.net backward compatible to asp?

486


What are the tasks performed by

tags?

522


Name the control which would you use if you needed to make sure the values in two different controls matched?

495


What are the scripting objects in asp?

465


Name the command to display characters to the html page?

528