|
:: How
Do you Develop with AgileStudio?
|
|
|
-
Construct an abstract model of your data called a DataStore, with drag and
drop. The model uses a set of real world object elements. They are intuitive,
hierarchical and very fast to use - no UML or other languages to learn.
-
Object Bindings are logic design time only. At runtime the application relies
on standard DataSet bindings.
-
AgileStudio automatically builds and maintains an optimized SQL Server database
for the DataStore.
-
Select a control to drop on the form (a ListBox for example)
-
AgileStudio automatically creates a Connection object to connect to the
DataStore, builds the DataSets required to service the dropped control and
creates a 'DataAdapter-like' component called a DataSetManager to populate the
DataSet and resolve updates to the SQL database.
-
AgileStudio further creates the SQL stored procedures, table joins etc to
service the DataSet, auto binds all the obvious control properties to the
DataSet for both simple and complex bindings, creates the code to fill the
control from the DataSet and optimize server-client data transfer.
|