claustopholt

Stories submitted by claustopholt

ASP.NET High Memory Usage Debugging with CLR Profiler(blog.topholt.com)

submitted by claustopholtclaustopholt(15) 4 years, 1 month ago

Here's how I used CLR Profiler and WinDbg to find and correct a serious high memory usage problem on an ASP.NET 2.0 / IIS 6.0 website. read more...

add a comment |category: |Views: 38

tags: another

Online Flex Compiler with ASP.NET Web Service(blog.topholt.com)

submitted by claustopholtclaustopholt(15) 4 years, 5 months ago

Two things I like about .NET is reflection and runtime compilation. So I thought I would see how far I could take Flex in that direction, using the new Flex 3 beta 3. I created an “online Flex compiler” – that is, a Flex application that allows the user to input some source code and have it compiled and executed directly. read more...

add a comment |category: |Views: 51

tags: another