Code OnTime Generator is a free product. It comes with a several code generation projects. Some are free, while some require a
subscription.
Free projects can be used to learn the capabilities of the code generator and generate free production quality applications of any size. Subscription projects can bring additional value to your development process by providing advanced high end applications.
Here is an example of an application generated with the premium project, Data Aquarium Framework. This is an ASP.NET 3.5 application with Microsoft Ajax Control Toolkit and JSON web service.
You can create a mashup with this demo application page in your own website by simply saving the following HTML code as a web page on your computer. You don't even need a web server to have it work. See the live version of this page
here. Make sure to inspect the source code. It truly is that trivial.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ASP.NET and AJAX 3.5 Mashup</title>
</head>
<body>
<script type="text/javascript"
src="http://dev.codeontime.com/demo/northwind/scripthost.ashx">
</script>
</body>
</html>You can read more about Data Aquarium Framework in our blog.
