.Net Framework®
Components and Resources
Components, Controls and Tools for .Net Framework Developers

New

CodeDOM Helper Library

If you are developing a .Net Framework source code generator or you are incorporating source code generation into your application and you are frustrated trying to use the types in the System.CodeDom namespace, then the CodeDOM Helper Library could save you a lot of time and aggravation!

The CodeDOM Helper Library provides an abstraction layer over the types in the System.CodeDom namespace. Developers can use the CodeDOM Helper Library types to simplify the process of creating a Code Document Object Model and can easily generate source code from the model in any, supported, .Net Framework language.

Check out the specification and features:

To download and evaluate the CodeDOM Helper Library and test or prototype it with your own projects, follow this, simple, three step process:

  • Register to evaluate CodeDOM Helper and we will send you a link to the, premium content, page from which you can download the library and optionally the API reference documentation.
  • Browse to the download page, using the supplied link and download the CodeDOM Helper Library.
  • Extract the files from the zip archive(s), install and start using the CodeDOM Helper Library.

Register, download and evaluate:

Online .Net Framework Source Code Generator

Don't waste time and money by repeatedly writing and testing boilerplate code. Our .Net Framework source code is designed and validated by experienced developers and we have unit tested the generated code to save you the time and trouble.

With our .Net Framework Code Generator you can:

  • Generate .Net Framework source code in minutes.
  • Copy the source code directly from the web page into your source code editor
  • Take advantage of the consistency of generated code to eliminate subtle and difficult to trace copy and replace errors when creating classes that are similar but not identical.
  • Make use of the time saved to work on more critical or more interesting coding tasks.
  • Save time and money by generating source code in minutes rather than spending hours coding and testing.

We are currently offering a selection of generic and non-generic collection base classes from which you can generate your own, closed constructed, derived collections. There is also a selection of, ready to run, open constructed, generic comparers to choose from.

Generate C# and Visual Basic .Net Framework source code online:

Free Product Evaluations

File System UI

Data source components and UI controls that represent file system drives, folders and files. Create custom dialogs, archive and backup interfaces, etc.

Configuration Protector

Encrypts and decrypts .Net Framework configuration settings and manages RSA key containers and keys.

Free Sample Source Code

Open Image File Dialog

A custom file open dialog in which the user can browse to and select a file to open. The dialog provides a preview of a selected image file, so the user can preview images.

Provider Based Services

Sample code from the Provider Based Services article. The source code shows how to use the Provider Design Pattern.

Generating .Net Source Code

An article that demonstrates how to build a, language-independent, Code Document Object Model (CodeDOM) using the types in the System.CodeDom namespace. The article dicusses and demonstrates, with sample code, how to generate types, type members, code expressions, code statements, etc.

Provider Based Services

An article that demonstrates how to implement the Provider Design Pattern in a Windows Forms system. The provider model is used to develop a line of business system in which the client application is decoupled from the business logic and data services to create a system that is inherently flexible and easy to extend.