Tag: Development

Community

ASP.NET MessageBox

(Mahesh Chand) Recently, I needed a Windows MessageBox like class for ASP.NET. Doing some search on Google, I found some code for message box in VB.NET and converted code from VB.NET to C# and made some changes. Unfortunately, I forgot the URL where I found the code.

Community

Boxing and Unboxing in .NET

(Sandeep Acharya) This article deals with the boxing and unboxing in Microsoft .NET. It is a fact that in our daily coding standards we usually forget to keep track of these things, but each developer should know what it means and that the proper use of this will definitely lead to a powerful appli

Community

Creating a Custom .Net Profiler

(scott_hackett) Have you ever wondered how profiling tools hook into .Net applications? This article shows how you can create your own custom .Net profiler for any managed application. This profiler is about as basic as you can get, but it shows how to create one and provides a skeleton that can be