HOME
FEATURES
HOW-TO VIDEOS
SUPPORT
FAQ
CONTACT
There are some basic questions that come to mind when deciding on a RAD tool/system:
"Will it make software development more cost-effective?"
OxyGen Code has many features geared towards productivity, like: Configurable Search, Caching, Custom Paging, Table Inheritance, Custom Code Registration, configuration wizards and unbeatable support for all versions of SQL Server.
"Will it enable better code?"
Features like Virtual Stored Procedures, Virtual Views, strong support for Stored Procedures, commented code, pattern-based code and 'Interceptable' code facilitate well structured code without sacrificing on productivity.
"Will the generated code be customizable?"
Code generated for all layers - Data, Data Access, Business, ASP.NET and Web Services - maybe changed, by-passed or overwritten in one manner or the other. Features like Intercepts, post-action events, the ASP.NET UI Template Editor, Custom Code Registration, and the ability to override SQL statements allow you to tackle even the trickiest of projects.
The primary reason for using OxyGen Code is the generated output – well structured T-SQL and C# code.
The combination of code structure, partial classes and methods, along with the code publication and intercepts features, allows for the modification of the output in all layers of the application.
This approach ensures that you enjoy all the benefits of generated code without the drawbacks.
OxyGen Code Generator maintains the importance of the Data and the Database.
The data is a very significant part of most business applications and changing the database to suit the needs of an application is not always a viable option.
OxyGen Code deals with this reality by providing unrivalled support for Stored Procedures and the innovation of Virtual Stored Procedures – this option allows for greater data access flexibility and ensures that even the most stringent of environments can be supported.
With Virtual Stored Procedures, you have the flexibility of SQL statements, but the security, manageability and structure provided by Stored Procedures.
This layer allows for the inclusion of Business Processes in a transparent manner.
Windows Workflow can easily be incorporated, with the generated APIs acting as Workflow Activities.
This approach will greatly enhance process visualization, domain-expert transparency, and the accuracy and timeliness of the solution.
A single architecture was selected for both types of web services (Xml Web Service and WCF Service).
It consists of the Service Interface, Messaging Classes and the Service Mapper.
This unified architecture helps environments transition from Xml Web Services to the more configurable WCF Services.
In 'User Controls' mode, OxyGen Code creates a repository of domain specific User Controls that can be dragged and dropped into custom ASP.NET pages to create the exact look and feel for the user interface of an application.
The User Controls are generated with Validation Controls configured and attached.