.NET Web Controls    DataPanel: An expandable/collapsible ASP.NET custom web control

Delving into the world of ASP.NET custom web control authoring is often not as simple as it is dished up to be.  This article outlines the development of a comprehensive example which touches on most aspects of control development.  As you would expect, complete source-code and documentation accompany this article.... More...

   MsgBox: A custom ASP.NET web-control to display message box dialogs in a web-browser

The MsgBox control is a custom ASP.NET web-control which provides a user-defined message box to appear following a page postback to the browser. The message boxes are displayed using the client-side javascript alert(), confirm(), or prompt() function calls, automatically generated by the control code-behind assembly.... More...

.NET Framework Development

 PluginFX: An extensible plugin framework in C#

An easy-to-use, customizable and extensible plugin assembly framework to manage multiple application plugins.... More...

Visual Studio.NET Add-ins

  WizWiz: C# Wizard Builder for Visual Studio.NET

WizWiz is a Visual Studio Wizard written in C#.  Its function is to easily generate new multi-page wizards for Visual Studio which provide a Microsoft Setup (MSI) look-and-feel.  It was written to illustrate the basic requirements for implementing a wizard for Visual Studio.... More...

   

 ZipStudio: A versatile Visual Studio add-in to zip up Visual Studio solutions and projects

This article presents a versatile way to zip up Visual Studio (VS) solutions, projects, and/or any selected items in the Visual Studio Solution Explorer window directly to a zip archive.... More...

 

 x.doc: A .NET Source Code Documentation Manager and Visualizer Add-in for VS2005

This article presents a Visual Studio 2005 add-in that provides a means to manage and visualize source-code comment documentation interactively in the IDE..... More...

 

.NET Development Tools  CodeXS - An XSD to .NET language code class generator that adds real punch to Microsoft's XSD Tool

This article describes the way to extend the Microsoft XSD Tool to provide quality and robust auto-generated code that is easy to use.... More...

     


Copyright © 2006 Businessware Architects cc. All rights reserved.