RISE C# code generator Screenshot



RISE C# code generator

RISE C# code generator
The RISE C# code generator generates .NET C# source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access and, optionally, classes implementing SOAP/JSON web services. The source code from the code generator is compliant with the output from the SQL Server, PostgreSQL and MySQL code generators.

RISE Code generators
The RISE suit provides a range of free code generators for you to use. There are two main categories: database script generators and application source code generators.

Database script code generators
The database code generators write an incremental script for creating, and updating, relational databases based on your model. A RISE model contains the entire life-cycle of your data model. The code generator translates this life-cycle into an incremental database specific script. Currently, RISE provides code generators for SQL Server, MySQL and PostgreSQL.

Application source code generators
The application source code generators generate code for working with databases based on the RISE model. The generated code includes classes for managing database access and for publishing the access layer as web services. Both SOAP and JSON style web services are supported. Currently, two languages are supported C# (.NET) and PHP. The C# code generator outputs code handling all three databases (SQL Server, MySQL and PostgreSQL). For PHP there are two different code generators, PHP for MySQL and PHP for PostgreSQL, creating source code using the respective database native driver.

How to run RISE code generators
In order to be both flexible while and easy to use, RISE code generators can be launched in several different ways. You may run a code generator:
* as an integrated part of the RISE Editor.
* as a standalone application from the start menu.
* using a script or from command line.


Back to RISE C# code generator Details page

RISE C# code generator Related
New software of Software Development, Misc. Programming