0
votes
C# 3.0 Auto-Properties - useful or not?
I love them. They are a real time saver for me. They also help make the code more readable in my opinion. :)
…
2
votes
.Net exe memory footprint
The task manager does not show real life usage of memory for a .NET app. To see that you almost have to put a performance counter on the app or use a profiler.
What you see in the Task Mana …
