Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EF Web Site
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01575428
Message ID:
01575525
Views:
65
The answer I'd give you is simple:

DON'T

Session storage is volatile, doesn't scale and is bound to bring lots of problems. Rather than use session for live object storage, use it to store reference pointers and reload the data. Don't build a desktop app on the Web :-)

+++ Rick ---

>Hello MM experts,
>
>I am writing my first MM.NET web site using the MS Entity Framework. When using MM.NET 'Classic' entities, to save a business object on a web form, you had to store the dataset of the business object in a session variable in the page_load method and then re-establish it in the click event of the 'Save' button before saving the dataset.
>
>How is this to be done using the Entity Framework? There doesn't seem to be an example web site or documentation showing how this is to be done.
>
>TIA
>
>Bob
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform