The latest release includes more database support (actually it is inherited from the stucture of Enterprise Library) MySql, PostgreSQL and infamous SQLite.
A new executor is introduced; the "SQL Executor" which executes SQL statements, also handles injection attacks. "SQL Validator" and "SQL Shield" are introduced respectively. This support is for directly executing SQL Statements, from a datasource.
Flex and AIR support (ActionScript) is available with MS.zip and
Also "MapFieldsToRecords" property is added to JSON generator. If this value is true, the "RecordSet" Property of JSON output is array of hashtable(Javascript Object) instead of two dimensional array.
I am planning to add generic generator, executor, validator and shield structure which can be added without modification of thoe source, in the next release.

2 comments:
I beleive what I most needed is ADO Helper Class for Ado.Net that enables me to use Ado.Net open, insert, update and delete functions like old Ado activex. I beleive instead of using stored procedures and sql parameters, using c# or vb code to run this functions is more efficient.
So maybe someone can write this simple class some day, or maybe me, if I had time....
ac.
I recommend using Spring.Net, nHibernate with myGeneration code generator which help you develop enterprise applications much faster. MSServices on the otherhand, just lets you manage SOA applications for HTTP which is something different.
Post a Comment