“The breakpoint will not currently be hit. No symbols have been loaded for this document.” – VS2008

I’d been hacking around with Sharp Architecture (#Arch)a few months back but haven’t touched it recently. However, the release of 1.0 to coincide with the formal release of ASP.NET MVC 1.0 got me interested again, so I downloaded the latest and greatest to see what’s adoing…

There’s a great community around #Arch and it’s pretty easy to get your head around (assuming you’ve a basic grounding in MVC and NHibernate) and it even comes with a sample/tutorial app based on the ubiquitous NorthWind database. Now, being a cautious sort I figured I’d start by getting the NorthWind sample up and running, as this would prove I had all the dependencies installed and wired up.

All you (should) need to do is restore the [...]

#Architecture

My vote of support for my hobby project is to Billy McCafferty’s Sharp Architecture.

The code is at http://code.google.com/p/sharp-architecture/ and the newsgroups are at http://groups.google.com/group/sharp-architecture

If you want to create a project with ASP.NET MVC or NHibernate, then [...]