Click here to Skip to main content
15,887,485 members
Articles / Programming Languages / C# 4.0

Finding Non-disposed Contexts in Entity Framework 6.x Applications

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
28 Sep 2014CPOL3 min read 29.5K   205   13  
It's easy to forget not disposing object contexts, which leads to memory leaks and also leaves too many related connection objects not disposed as well.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions