There is a new Alpha version of Cuyahoga 2! Read the official announcement here.
Cuyahoga 2.0 Alpha released
Just a little post to let you know that I released the first Alpha of the next generation of the Cuyahoga CMS yesterday. For the people who don’t know Cuyahoga: it’s a .NET CMS that uses lots of Open Source
New adventures under medium trust
Many web hosting companies only allow ASP.NET applications to run under medium trust. This has been a major drawback for Cuyahoga because it required full trust (or better: some libraries require full trust). This has already caused some nasty surprises
Useful Cuyahoga Modules – The Flash module
Last weeks, I’ve been working on a project that uses Cuyahoga as the CMS. For this occasion, I’ve (temporarily) turned from Cuyahoga framework developer to a Cuyahoga consumer. In this role I’ve learned to appreciate some contributed modules that I
Validation in ASP.NET MVC – part 3: client-side validation with jquery validation
This is part 3 of a series of posts. See also: Validation in ASP.NET MVC – part 1: basic server-side validation Validation in ASP.NET MVC – part 2: custom server-side validation In the first two parts, I showed how you