POST EDITED - see edit below I have a query about the FLuent Automapping which is used as part of the SHarp Architecture.Running one of the tests cases will generate a schema which I can use to creat
Using Sharp Architecture 1.9 I have a base class that inherits from the Sharp Arch Entity class public class LineItem : EntityWithTypedId<Guid>
I\'m trying to bulk-update entities using a StatelessSession. Because it\'s stateless, NHibernate doesn\'t auto-cascade child entities upon save.
We recently upgraded to MVC2 and SharpArchitecture 1.6. Our models are all in our Project.Core project, while resources are in our Project.Web project. We can\'t reference the resource files in Core ,
I\'m still pretty new to these technologies.The real problem here is how to manage the sessions per thread in the console app.Currently, if I run it as a single thread then all is well.As soon as I sw
I\'m creating a little application using Sharp Architecture, and I\'ve run into a bug I can\'t figure out. I think it has something to do with the NHibernte mappings. In my HttpPost Create() method, m
I\'m using SharpArchitecture in an ASP.NET MVC 3 application. Everything works wonderfully. Using SharpArchitecture\'s NHibernateInitializer to initialize a new Session per request like so:
I\'m using SharpArch, i extended the Repository adding this methods : public IQueryable<T> FindAll(Expression<Func<T, bool>> expression)
I have a ASP.NET MVC application that uses Spring.NET 1.2 for dependecy injection and NHibernate 2.1 for ORM. It has been running on MVC 3, using S#arp Architecture in a slightly modified version whic
I have upgraded SharpArchitecture from 1.5 to 1.9. I have followed the guide here http://blog.sharparchitecture.net/post/Sharp-Architecture-19-released.aspx, and ensured that I have set \"copy local