RAD Studio Code Generation Toolkit Version 4.6.1

Rating:        Based on 1 rating
Reviewed:  1 review
Downloads: 463
Released: Dec 19, 2012
Updated: May 30, 2013 by Corby
Dev status: Stable Help Icon

Recommended Download

Source Code RAD Studio Code Generation Toolkit Version 4.6.1
source code, 10487K, uploaded Dec 19, 2012 - 463 downloads

Release Notes

Update Jan.1 2013: Watch the new RAD Studio Intro Movie:

http://www.youtube.com/watch?v=zpfnlFjIhuk

www.datajuggler.com is now live. Use our free tool RAD Studio Code Generation Toolkit or we can create, manage and host your database and data tier for you; Amazingly fast and cheap.

New in version 4.6.1

The Visual Studio Project Updater now works on Visual Studio 2012.

The project templates have been updated to include ListHelper.cs. Copy the project templates to your Users directory \My Documents\Visual Studio 2010 and / or Visual Studio 2012\Templates\Project Templates\C# and optionally any subfolders such as Web or Windows.

The file ListHelper.cs is now included in the project templates, and this file is required to use the new Gateway creator.

The Gateway Creator is new to this version and creates the following methods for each table:

Delete
Find
Load (loads a List<T> for any table or view)
Save

Delete & Find allow you to pass in the primary key or an instance of the object; The Save and Load method allow you to pass in an instance of the class created for each table.

To call a custom stored procedure modify the data writer located in the DataAccessComponent\DataManager\DataWriters folder.

The Class Room\Documents contains the Quick Start guide and database and fields tutorial. This is a good place to start to learn how to use RAD Studio.

To see a complete working example of a Web Service and Web Site please visit http://www.countwidget.com or download the source at http://countwidget.codeplex.com

The Data Juggler web site is live (although still under development). We now offer data tier creation as a service so you can focus on your application. Leave the database and data tier to us. Visit www.datajuggler.com to learn more.

Reviews for this release

     
Interesting code generator. After reading about this tool I consider the way to generate code is excelllent and I am now checking it. I have read all documentation, but is not clear for me how to install it correctly. I have a problem perhaps deu to Template installation. I think this operation would be performed by RADStudio. Perhaps I am been impatient and you have not had time to do it yet.
by ipadilla on Jun 6 at 7:35 AM