Tag: Development

Community

Tracing in ASP.NET

(Purushottam Rathore) ASP.NET introduces new functionality that allows you to write debug statements, directly in your code, without having to remove them from your application when it is deployed to production servers. Called tracing, this feature allows you to write variables or structures in a pa

Community

Reusable Silverlight 2 Popup Menu

(Philip Kin) While Silverlight has a lot of useful controls, it seems to be lacking support for some of the things we’ve all become accustomed to. Recently I had the “pleasure” of putting together a dropdown menu with submenus built from our database. This was tricky for multiple reasons. The code p