Dexter has been updated to Asp.NET MVC2
Posted by Guardian in Dexter Freetime talking on Monday 15 March 2010 at 4:30 PM
Due to the recent release of Asp.NET MVC2 we’ve decided to port Dexter to the new engine; Ugo spent a couple of days reorganizing the repository and doing the porting (you can read more info on his Italian blog: http://www.tostring.it).
We’ve just fixed some of the bugs that arose after the porting...one them will require some further investigation and will be the subject for a next post :)
If you’re interested in giving a look to the project go to our Codeplex page (http://dexterblogengine.codeplex.com/), I recommend you to perform a fresh checkout to a new directory because many things were relocated.
We’ve switched the developing environment to Visual Studio 2010, if you have troubles in installing Asp.NET MVC2 in your developing machine, you can follow the guideline given in this post: Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC.
To see the new version of Dexter in action you don’t have to go too far: this blog (and Ugo’s blog too) now runs with the current Trunk version with supports MVC2!

#1 da John Tomaselli - Thursday April 2010 alle 12:32
Hi,
I would love to use dexter with MVC2 but I don't know how to set it up. I've tried but I'm a bit lost and I'd like to use Firebird 2.5 server. While I obviously see it working I'm just not sure on what what my next steps should be. If I get it working I will use the experience as one of my first blogs.
TIA
John
#2 da Alessandro Giorgetti - Thursday April 2010 alle 10:43
I have no experience with Firebird RDBMS, but we use NHibernate as our persistance framework and according to the documentation you can find here http://community.jboss.org/wiki/DatabasessupportedbyNHibernate
it is supported, so you can try following the instructions you find there. Setup Dexter it's easy by itself...it's like deploying every other asp.net mvc application; Ugo (www.tostring.it) was working on the configuration section..so maybe a couple of things can change in the near future.