Introduction

Cuyahoga is an open source .NET web site framework. It provides content management capabilities and has a modular approach. Currently it works with MS .NET 2.0 with SQL Server, PostgreSQL or MySQL as database backend. Also, from version 1.5.2, Mono is fully supported again.

The main goal of the project is to show .NET developers that there is a different way of building web applications than the well known sample applications. Although the project is targeted primarily at .NET developers, anybody interested can download the source and start playing.

Questions, remarks, suggestions? Open a forum topic or mail to martijn [ at ] boland [ dot ] org.

Cuyahoga news

Cuyahoga 0.8.1 released

For the first time a new Cuyahoga release without any new features! Only bug fixes and some improvements.

The main goal of this release was to improve stability and performance, especially under heavy load. Unfortunately, one issue turned out to be a real show stopper. I finally decided to throw away Cuyahoga's own object caching mechanism and utilize NHibernate's second-level caching. Now everything is more stable than ever, although the performance has suffered a little because Cuyahoga can't build pages anymore without hitting the database at every request (which was possible with the old solution).

See the release notes for the complete list of fixes and improvements. I highly recommend everybody who is using Cuyahoga at this moment to upgrade to 0.8.1.

6/29/2005 3:30:00 PM Published by Martijn Boland Category Cuyahoga Comments 1

Comments
  • This release was conflict with Visual Assist X.
    When I open the Cuyahoga.sln, the Visual Studio .NET 2003 crashed! Error Report message shows that error module was VA_X.dll.

    by cityyokel - 7/15/2005 7:33:05 AM
Name

Web site
Comment


Back