Author: SSWUG Research

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

Harnessing the Active Data Model

(Steve Muench) One of the key benefits of using Oracle Application Development Framework (ADF) Business Components is its built-in support for an active data model. If you’ve worked with Oracle Forms or other 4GL tools, you’ll find active data model support in Oracle JDeveloper using ADF Business Co

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