|
This post originated from an RSS feed registered with .NET Buzz
by Sean McCormack.
|
Original Post: Codus v1.2 Released
Feed Title: Vini Vidi Vici - Sean McCormack's Blog
Feed URL: http://smccormack.blogs.com/adapdev/SyndicationService.asmx/GetRss
Feed Description: Sean McCormack's Blog, focusing on various aspects of .NET development, open source projects, recommended books and tools
|
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sean McCormack
Latest Posts From Vini Vidi Vici - Sean McCormack's Blog
|
|
I'm pleased to announce that the final version of Codus 1.2 is now available.
Thank you to all of our contributors and testers!
Download:
http://www.adapdev.com/codus/downloads.aspx
What is Codus?
Codus is a comprehensive code generation tool for object-relational mapping. It takes
an existing database and automatically generates all of the code for updating, deleting,
inserting and selecting records. In addition, it creates web services for distributed
programming, strongly-typed collections, and a full set of unit tests.
What's New?
v1.2.0.0
-
Added support for MySql (provided by Ben Reichelt)
-
Added NHibernate templates
-
Added support for local and distributed transactions
-
Added table parameter to SelectQuery.AddOrderBy method
-
Changed SelectOne to SelectById (SelectOne is
still supported)
-
Changed SelectOneDS to SelectDatasetById (SelectOneDS is
still supported)
-
XXXDAOBase and XXXEntityBase are
now abstract so that they can't be instantiated directly
-
Fixed issue with stored procedures not adding parameter length to non-int primary
keys (such as varchar)
-
Upgraded NUnit test to NUnit 2.2.2
-
Removed Zanebug generation option. Since both Codus and Zanebug rely on the same Adapdev.NET
framework, issues were encountered between different versions for each (Codus uses
a later version than the current Zanebug release, so Zanebug couldn't load the tests
due to version mismatches).
This weblog is sponsored by Adapdev.Technologies.
Read: Codus v1.2 Released