↧
DataContext Memory Leak
Hi Script,How about the problem now?If you need help, please feel free to let me know.Sincerely, Linda LiuPlease remember to mark the replies as answers if they help and unmark them if they provide no...
View ArticleDataContext Memory Leak
Hi Script,MSDN document "using Statement(C# Reference)" says:The using statement provides a convenient syntax that ensures the correct use of IDisposable objects.File and Font are examples of managed...
View ArticleDataContext Memory Leak
I am experiencing a memory leak with a data context in our application that I cant seem to find any information on google. When we wrap a data context in a using statement, the context does not seem to...
View Article