Browse by Tags

20 september 2007
Software Developer Conference 2007
Past Monday and Tuesday the annual Software Developer Conference (SDC, before 2004 known as the Conference to the Max) was held in Papendal, Arnhem again. Loads of great national and international speakers where there to educate and entertain the 450 participants. The vibe was good and I think everybody... Read More...
12 februari 2007
More on redirecting Diagnostics trace to ASP.NET
In my last post on ASP.NET tracing I showed you how you can redirect trace information from System.Diagnostics.Trace.Write* methods to the ASP.NET in-page trace block. I have some extra information on this topic. First of all, like any other listener you can apply a filter to the WebPageTraceListener... Read More...
11 februari 2007
Viewing diagnostics trace info in an ASP.NET Website
Last thursday and friday I gave a course on ASP.NET 2.0 services at KPN in Groningen. I was covering the tracing capabilities of ASP.NET (available since 1.0, BTW) and showing some of the new enhancements in 2.0. To my surprise I found that combining the tracing of ASP.NET and that of the System.Diagnostics... Read More...