Re: persistant datalayer across http requests?
From: Eliyahu Goldin (removemeegoldin_at_monarchmed.com)
Date: 07/11/04
- Next message: Scott Allen: "Re: Asynchronous Processing Web age"
- Previous message: Simon Devlin: "Server Application Unavailable - following install of new SQL Server instance"
- In reply to: me: "persistant datalayer across http requests?"
- Next in thread: John Saunders: "Re: persistant datalayer across http requests?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 11 Jul 2004 16:06:28 +0200
This is not the ASP.NET way. The ASP.NET way is to store in session
variables small units of data that will let you re-populate major data
components on every page build.
Eliyahu
"me" <wtumaxi@forum.dk> wrote in message
news:6fd6d897.0407110446.d2cc019@posting.google.com...
> I was just wondering how keep my datamodel in the
> middle tier in memory across multiple http request from the client
> when using asp.net/c#? It has to persist per user. What is
> the best way to do this?
- Next message: Scott Allen: "Re: Asynchronous Processing Web age"
- Previous message: Simon Devlin: "Server Application Unavailable - following install of new SQL Server instance"
- In reply to: me: "persistant datalayer across http requests?"
- Next in thread: John Saunders: "Re: persistant datalayer across http requests?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|