Monthly Archives: April 2013

End Up With Caching Boring Code


The situation is always the same: You are building a new feature that retrieve some data, make some calculus or whatever, and you think that is appropriated to cache the results for some while, and here is the cache aside … Continue reading

Posted in .NET Framework, Computer Science | Tagged , , , , , | Leave a comment

Useful Tip – Tracing with Logging App Block


Sometimes it is useful and necessary to keep track of the activity that is going under the scenes in your application. One of the most common necessities is to have a detailed log about how much time a specific method … Continue reading

Posted in .NET Framework, Computer Science | Tagged , , , , , | Comments Off on Useful Tip – Tracing with Logging App Block