Version history
Version 1.0.15 (December 18, 2008)
Fixed: Minor bugs to the SQL Server data store.
New: Free license registration.
Version 1.0.14 (March 5, 2008)
Fixed: Minor bugs to the SqlNetFramework Project Manager.
Version 1.0.13 (January 11, 2008)
Changed: The SqlNetFramework.Data.Helper class was made public.
Version 1.0.12 (December 15, 2007)
Fixed: The AboutForm dialog was added to the SqlNetFramework.Core(Version for .NET 2.0 and .NET 1.1) assembly.
Version 1.0.11 (December 11, 2007)
Change: The SqlNetFramework.Sql namespace has been renamed SqlNetFramework.SqlStorage.
Change: The SqlDbFactory has been renamed SqlClientDbFactory.
Change: The Sql Storage Manager has been incoporated into the Sql Editor Manager.
Update: SqlNetFramework documentation.
New: The AssemblyUtil.SetEntryAssembly method has been added to specify the main assembly manually. It must be used if your are working with ASP.NET web applications that use in-line code.
New: SqlNetFramework release version.
Version 1.0.9 (September 28, 2007)
New: The SqlNetFramework supports .NET 1.0 and .NET 1.1.
Fix: Minor bugs have been fixed in the SqlStorageManager application.
Update:Minor changes have been done to the SqlNetFramework documentation.
Version 1.0.8 (August 27, 2007)
Fix: Minor bugs have been fixed in the SqlStorageManager application.
Update: The SqlNetFramework API documentation has been updated.
Version 1.0.7 (August 16, 2007)
Fix: Most of the known bugs have been fixed.
New: The CiOrderedDictionary has been added. It is a case-insensitive ordered dictionary. It can be used to assign the parameter values. This class is found in the SqlNetFramework.Helper2005.dll assembly.
Change: Minor changes have been done to the SqlNetFramework architecture.
Change: The sqlDataStoreManager attribute in the sqlDataStore configuration section have been changed to sqlDataStoreManagerId.
Change: The SqlNetFramework no longer assigns DbNull.Value to the SQL parameter values not explicity assigned.
Version 1.0.6 (July 03, 2007)
Fix: The Xheo.Licensing.dll references have been fixed. It was causing exceptions in the SqlEditorManager.
Version 1.0.5 (June 24, 2007)
Change: The OracleFactory renamed OracleMsDbFactory.
New: Oracle data store manager.
Fix: The parameter prefix for the OracleMsDbFactory has been set to ":".
New: Oracle data store manager.
New: SQL Editor Manager. Used to edit your SQL statements and to manage your SqlNetFramework projects.
New: SQL Storage Manager. Used to create a SQL data store, the repository where
your SQL statements are stored.
Update: Beta expiration has been set to October 30, 2007.
Update: User's Guide Documentation.
Version 1.0.4 (May 9, 2007)
NEW: User's Guide Documentation.
Version 1.0.3 (April 30, 2007)
NEW: Oracle database factory.
UPDATE: Beta expiration has been set to July 30, 2007.
Version 1.0.2 (April 18, 2007)
NEW: The GetFormattedParameter method has been added to the IDbFactory. It has been added to work with the CodeSmith add-in.
NEW: Add-in for CodeSmith (SqlNetFrameworkCSAddIn.dll).
NEW: CodeSmith library to generate SQL code (SqlNetFrameworkCodeHelper.dll). Source code included.
Version 1.0.1 (March 7, 2007)
NEW: The output parameter values, if any, can be obtained after execute the Delete, Insert, Select or Update method of the SqlStoreDataSource control. The output parameters values are assigned to the keys, values, keys, values parameters of the Delete, Insert, Select and Update method, respectively. To get an output value you need to specify the parameter name without the tag prefix, if any. For example, to get the value of the @LastIdentity SQL server output parameter, afer call the Insert method you should do this: int value = Int32.ToString(keys["LastIdentity"]);
Version 1.0.0 (March 4, 2007)
Initial beta version.