The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Codus v1.2 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sean McCormack

Posts: 504
Nickname: adapdev
Registered: Jan, 2005

Sean McCormack is the Lead .NET Architect for Miller Brewing Co. and founder of Adapdev Technologies
Codus v1.2 Released Posted: Oct 27, 2005 10:19 AM
Reply to this message Reply

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

Advertisement

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

Topic: ShellNew Extension for Visual Studio Solutions Previous Topic   Next Topic Topic: patterns & practices Security Guidance Team Blog

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use