Browse by Tags
All Tags »
.NET (
RSS)
Last time I wrote about Health Monitoring was during 2008 and since then I ‘m using, on a daily basis, a complex Health Monitoring EventLog provider to aggregate WebEvents from specific ASP.NET web applications. Last year I found ELMAH (Error Logging...
From time to time I end-up finding really old hidden gems and a few days ago I found another one. IList System.Collections.ArrayList.ReadOnly(IList list) This amazing method is available since the beginning (.NET 1.0). I always complain about the small...
I’m not used to use Finalizers in my everyday job but I always thought that if I use it more frequently I could achieve some extra performance. Well, I’m a natural lazy programmer and that prevents me from digging deeper and doing some tests to clarify...
Finding out whether an assembly was compiled in Debug or Release mode is a task we must do from time to time. I know two ways of accomplish this: Searching for the System.Diagnostics.DebuggableAttribute Searching for the System.Reflection.AssemblyConfigurationAttribute...
Some time ago, while developing a large corporate ASP.NET application with high complex layout requirements and thus, many custom composite controls, I was faced with the following problem: The generated HTML of my pages don’t meet my bandwidth...
While searching a way to solve the HtmlControls tag mapping problem I found that the new SP1 bring an extra undocumented hotfix. This undocumented hotfix changes MainTagNameToTypeMapper.GetControlType method so that, for every tag name regardless is kind...
More Posts