code-camp

Code camp experiences?

I have attended only one code camp and that was part of my cs studies at the university. It was great fun as it took over the whole weekend and it was sponsored by local companies providing pizza and drinks. We learnt about location based mobile applications and we put together some simple games using user's location. Code Camp Manifest...

How do the examples in ASP.NET MVC in Action avoid specifying the proxyfactory.factory_class when using NHibernate 2.1

I realize that NHibernate 2.1 removed its dependency on the Castle Project. In fact, Joshua Ewer did a great post summarizing the necessity of a proxy factory for an NHibernate implementation. Presently, I am working through the examples in ASP.NET MVC in Action by Jeffrey Palermo and am confused. The source code examples for both the C...