HighTechTalks DotNet Forums  

persisting objects

ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss persisting objects in the ASP.net Caching forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jake
 
Posts: n/a

Default persisting objects - 02-04-2005 , 12:21 PM






Hello,

I develop C# Web applications. We are currently working to add a
well-defined Business Logic Layer. We have developed several objects to
facilitate transactions on the Web site. My question is what is the best way
to persist these objects between requests.

We have been using session (serialization, etc.) objects (i.e. when a user
logs in, we create a user object and persist throughout). Is this the most
effective way (we want to avoid calls to the database for similar requests).
Also, which page (or global app) event is best for this. Would cache be a
better option?

Thanks!

-Jake

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.