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

explain joints in .net.

2101


How do I save asp file in notepad?

740


What is application object in asp?

766


Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.

1529


What is difference between aspx and razor?

707


How do I open aspx files?

748


What is the meaning of asp in computer?

707


How to refresh an asp page on a single click of a button?

660


Can I avoid using the garbage collected heap?

720


What is servervariables collection in asp?

722


What options are available to deploy my .net applications?

636


Define a scripting language?

721


Is asp a language?

693


How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.

1886


What process happens behind, when we try to access any page on the internet.

1836