I\'m using the S#arp Architecture. I can\'t remember where I read it, but I understand that view models should be stored at the service layer, and your views should submit the view model to the servic
The master page in my web application does authentication and loads up the user entity using a Get. After this whenever the user object is n开发者_如何学运维eeded by the usercontrols or any other cl
One of practices advocated by Nhibernate experts is to do all actions in inside a transaction. In a typical 3 tier web architecture, Nhibernate depedency is limited the data layer.
When I do a save of an entity with assigned id I get a SharpArch.Core.PreconditionException: For better clarity and reliability,
I know the use of WCF in SA is deprecated because it will move to SA Contrib. But until it has, I guess I have to use the support in SA.
I work in a VB.Net environment and have recently been tasked with creating an MVC environment to use as a base to work from. I decided to convert the latest SharpArchitecture release (Q3 2009) into VB
I am using s#arp which is built against NHibernate 2.1.1.4000, However I would like to use NHibernate.Caches.SysCache as my second level cache. However the Nhibernate contrib caches are built against
I get the following error when using sharparchitecture and try to call IValidatable.IsValid on a Domain Object.
I am trying to integrate S#arp Architecture with NServicebus but I am getting some errors. Anyone already used both projects together? Any examples about that?
I know S#arp architecture 开发者_开发技巧is built for ASP.NET MVC. But I\'m wondering if it can be used in classic ASP.NET (WebForms) or even desktop applications like WinForms or WPF.