by Matthew Noonan
17. January 2006 03:12
I apologize for the delay in getting this together. The holidays were very busy around here, and I needed some downtime before I could dig in to the upcoming work. Here is my current plan for EasyObjects development.
EasyObjects.NET version 1.1
(due early Q1 2006)
- Support for Insert, Update and Delete operations without the use of stored procedures. This is important for incorporating database engines that do not support stored procedures, such as early versions of MySQL, VistaDB, MS Access, etc.
- Support for aggregates in dynamic queries.
- Ability to exclude data columns that have a defined default. This can help cut down on network traffic and allows the database to perform this function.
EasyObjects.NET version 2.0
(due end of Q1 2006)
- Support for the Enterprise Library 2.0
- Very few new features, just a quick release to be able to run under .NET 2.0
EasyObjects.NET version 3.0
(no projected date)
- Ground-up rewrite of EasyObjects in order to take advantage of everything that .NET 2.0 has to offer, including (but not limited to) generics and object datasources.
Your comments and observations are welcome.