Contents tagged with .NET
-
Enum types, FlagsAttribute & Zero value – Part 2
In my previous post I wrote about why you should pay attention when using enum value Zero.
-
OpenXML error “file is corrupt and cannot be opened.”
From time to time I ear some people saying their new web application supports data export to Excel format.
-
ELWEA - EventLog WebEvent Aggregator for ASP.NET
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.
-
.NET – ArrayList hidden gem
From time to time I end-up finding really old hidden gems and a few days ago I found another one.
-
.NET – The Garbage Collector and Finalizers
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.