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.