Nuno Gomes /* ASP.NET Adventures */

var myInterests = new { language : "C#", technology: "ASP.NET" };

Browse by Tags

All Tags » .NET » ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.
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. Last year I found ELMAH (Error Logging...
Posted: Apr 28 2011, 02:53 AM by nmgomes | with no comments
Filed under: ,
ASP.NET Controls - Improving automatic ID generation : Introduction ( Part 1)
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...
Posted: Jan 23 2008, 02:38 AM by nmgomes | with 6 comment(s)
Filed under: ,
.NET Framework 2.0 SP1 - TagMapping Undocumented hotfix
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...
Posted: Jan 17 2008, 11:38 AM by nmgomes | with no comments
Filed under: ,
More Posts