Tidy LINQ, ASP.NET MVC, MonoRail, NHibernate, Windsor, Rhino Mocks, Unit Testing example project
Tonights little browse around Google Code Search has found a cool looking project: Jobvertizer (that's to browse code, project home page is here).
I haven't actually checked it out and compiled it, but the source code looks promising. It's using all sorts of nice technologies that I'm playing with myself:
- LINQ
- ASP.NET MVC
- MonoRail
- NHibernate
- Windsor
- Rhino Mocks
Hat tip to Mike Hadlow, a fellow UK .NET developer.
Comments
-
Hi Tobin,
Thanks for mentioning Jobvertizer. I wrote it at the end of last year mainly to learn the Castle stack (Monorail, ActiveRecord, Windsor). It’s very much ‘my first castle website’ so I would hessitate to recommend it as great example of how to use these technologies.
I’ve got a much more recent project, Suteki Shop, an eCommerce application built with MVC Framework, LINQ-to-SQL and Windsor that you might like to have a look at.
http://code.google.com/p/sutekishop/
It’s got a commercial client, so it’s a far more finished product.
Thanks again for the plug!
Mike