8. May 2008 06:25
By
seth webster
In
The persistence mechanism within LINQ can bite you if you aren't careful. The framework will persist a local copy of the data, so be careful when making database edits directly as this can cause the data in the application to become out of sync with the data LINQ believes is available.
It is necessary to recycle the application after a direct edit is made.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: