DCSIMG
Memory leak - Bnaya Eshet

Bnaya Eshet

Disclaimer

Browse by Tags

All Tags » Memory leak (RSS)
Entity Framework - Pro and Con
Entity Framework - Pro and Con Consulting as part of a consultant group can lead to better consulting. Sela Israel consultant group is around 40 consultants many of them are speakers in local and international conference. It happens that one of our customers was having some issues around the usage of Entity Framework. even those I was thinking that I'm having most of the answer for that customer I decided to use our internal channel to query what are my colleagues opinions about those issues...
Weak Event
Weak Event there is no doubted that event handler is the number one reason of memory leak under .NET framework. recently I was part of a team which was tracing a memory leak out of a dump file, as expected the main issue was happens to be the prime suspect (event handler). you can find plenty of resources on how and why careless usage of event handler can cause a memory leak (just Google it). in this post I will present a general solution for this problem (which can be use when applicable). the solution...