Tuesday, January 29, 2008

MS.Services 1.1.0 published

I have published the latest release of MS.Services. you can find it here (http://www.codeplex.com/msservices).

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 .asdl file.

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.