OxyGen Code Generator Overview  
Table of Contents
Next Topic: Processing Instructions
The aim of this document is to help the reader answer the question "What is OxyGen Code?"
OxyGen Code is a code generator that produces C# and T-SQL source code for the Data Access, Business, and Presentation Layers of a typical .NET application.
Some of the key features of OxyGen Code are:
Other features of OxyGen Code are:
OxyGen Code is meant for .NET software professionals in a SQL Server environment.
Typically, in-house architects/developers and enterprise consultants will find it the most useful. It’s ability to generate code that covers the typical data-centric application scenario (Create, Read, Update, Delete, Page and Search) can be a big time saver. OxyGen Code Generator may generate upwards of 80% of all the code required by the typical data-centric application.
The current trend with most code generation tools available is to deemphasize the time proven benefits of structured, layered code.
OxyGen Code is the complete opposite. It generates structured, layered, readable and commented code without sacrificing on the ease of use of the output.
Although OxyGen Code transparently generates code for SQL Server based databases, the generated code may be used against other Database Management Systems as well. This is possible because the Data Access Layer is built around the ADO.NET Generic Data Provider model. This will require creating an equivalent SQL Server database however.
There are three ways to use OxyGen Code:
i) Standalone Application (OCMS Application)
ii) Microsoft Visual Studio Add in
iii) The Command Line (OCG.exe)
OxyGen Code Generator Overview  
Table of Contents
Next Topic: Processing Instructions