S#arp Architecture\'s Entity base class currently implementats GetHashCode like this: public override int GetHashCode()
Using S#arp Architecture 2.3 RC, I am trying to publish two websites which use -mostly- the same codebase. The first of the applications I publish runs correctly, however, upon deploying and trying to
I have started to get this exception: External component has thrown an exception cause by this code: NHibernate.Cfg.Configuration config = NHibernateSession.Init(
my problem is with inheritance. I have a Actor class using System.Collections.Generic; using SharpArch.Core;
I am just trying to test some validation which involves the database. The setup of my test code looks something like this:
When attempting to write a test related to my new Tasks (MVC3, S#arp 2.0), I get this error when I try to run the test:
Let\'s say I have \'Customer\' table in SQL DB and I\'m using Entity Framework. Now, for instance, in Controller or ViewMode开发者_StackOverflow中文版l I retrieve the customer by var customer = Page.
Using Nhibernate Validator (with S#harp Architecture / MVC3), how can I write a custom attribute, preferably not object-specific (since this is a fairly common requirement) that enforces that Property
I have a scenario where I have a new application built using NHibernate and S#arp Architecture.This application is being integrated into a legacy application that does not use NHibernate.There will be
I\'m new to MVC (I\'m using ver. 3) and Sharp Architecture, and I\'m having trouble figuring out how to use a custom model binder.