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 components like NHibernate, Castle Windsor and Lucene.NET. Although not as polished as Umbraco or Dotnetnuke, [...]
Categories: Cuyahoga
Tagged: ASP.NET MVC, Castle, CMS, Cuyahoga, NHibernate
- Published:
- December 12, 2009 – 4:32 pm
- Author:
- By martijn
Edited 2009-11-26: removed EF4 Feature CTP from demo package and added some code examples.
So, Entity Framework 1.0 pretty much sucks (compared to alternatives), but I’m glad to see that things have improved a lot in version 4.0 (we’ll call that EF4 from now). To see how the improvements work out, I did a quick spike [...]
Categories: O/R mapping
Tagged: ASP.NET MVC, Castle, Entity Framework
- Published:
- November 22, 2009 – 10:31 pm
- Author:
- By martijn
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 when people deployed their site to the host to find out it would not run.
Well, [...]
Categories: Castle, Cuyahoga
Tagged: Castle, Cuyahoga, Lucene.Net, Medium Trust, NHibernate
- Published:
- June 24, 2009 – 1:55 pm
- Author:
- By martijn
In Cuyahoga, we’re using a lot of components from the Castle stack. Some of the most brilliant components are the transaction services combined with the automatic transaction facility.
With this post, I’m trying to bring some well-deserved attention to these undervalued components.
The Context
Today, I was working on management of sites. In Cuyahoga 2.0, every site has [...]
Categories: Castle, Cuyahoga
Tagged: Castle, Cuyahoga, Transactions
- Published:
- December 3, 2008 – 5:30 pm
- Author:
- By martijn