Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have used CodeCharge Studio a coupe years ago, and I liked it - but I wouldn't use it again because what it generates is hard to be modified outside the environment - it's highly tied to its IDE and its framework.</p> <p>Also, if you have to do something that is "uncommon" (which means something not being natively supported/implemented), it can be a little hard and tricky. I remember I had hard time trying to implement a lookup listbox (for instance, I select a country from a listbox and a 2nd listbox is populated with the list of states) - although I think it has been added as native control in one of the latest versions.</p> <p>However it's very very good for quickly prototyping, or if the size of "custom" development is not huge - otherwise the additional time you spend making your logic or custom UI to work overtakes what you saved with code generation.</p> <p>Another advantage is that you can choose among several languages (PHP, Java, Perl, C#, etc.)</p> <p>If you're not against .NET, and you have a higher budget, I have to recommend a very good product I evaluated not long ago: <a href="http://www.ironspeed.com/" rel="nofollow">Iron Speed</a>, which can literally let you generate a complete database driven application in less than 1 hour. Code is 100% modifiable externally (it generates a Visual Studio solution), but of course for better results it's preferable to stay within the iron speed IDE. </p> <p>My experience with it, as said, is limited to evaluation only (just because the project I was working on wasn't a typical database driven website - and haven't worked on other projects since then, otherwise I had already bought it), but I created myself a simple time tracking application as a test project, and I didn't spend more than 1 day, working in "learning" mode (that is, trying to understand how things work rather than develop as fast as possible). There are a lot of videos on their website, so I suggest you to have a look.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload