sharp-architecture
NHibernate Concurrency problem
I have a S#arp Architecture app that implements a lightweight queue-processing thing whereby various threads pull entities from a list and set their status to mark the fact that processing has started[详细]
2023-03-08 06:15 分类:问答Auto-Mapping with Composite ID Not Working
I\'m using the Sharp-Architecture framework and I have an entity that looks like this: public class BaanAlternateItemKey : ValueObject[详细]
2023-03-07 05:02 分类:问答DropDownListFor Not Displaying/Persisting Null for First Choice in List
I have an MVC app via SharpArch. In the view I have: Html.DropDownListFor(x => x.Location, new SelectList(Model.PossibleLocations, \"Id\", \"Address\"),[详细]
2023-03-06 01:43 分类:问答Determine if Generic Class Implements Type
I\'m working on a sharp-architecture project that mixes fluent mappings and auto mappings. A basic sharp-architecture project already has a method (AutoMappingConfiguration.ShouldMap) that determines[详细]
2023-03-05 01:09 分类:问答Sharp Architecture ignoring my Formula mappings
I\'m having a problem where Sharp Architecture will correctly map everything I have setup in my IAutoMappingOverride classes, except for Formula. These get simply ignored and thus I get SQL\'s invalid[详细]
2023-03-04 19:45 分类:问答NHibernate 3.0 Session.Query Method
Our team already works on a project with .NET 4, NHibernate 3.0 and SharpArchitecture 1.9.5. The problem is we can\'t get the repositories to work and fetch the data.[详细]
2023-03-03 23:30 分类:问答Replace Sharp Architecture's NHibernate.config with a Fluent Configuration
By default, the solution generated from Sharp Architecture\'s templify package conf开发者_高级运维igures NHibernate using an NHibernate.config file in the {SolutionName}.Web project. I would like to r[详细]
2023-02-26 05:57 分类:问答Passing entities to other layers? (ddd noob)
I am exploring sharp architecture, and have seen that it is actually passing the entities around to other layer (as far as presentation layers). S开发者_高级运维houldn\'t it be exposing interfaces of[详细]
2023-02-25 18:01 分类:问答IgnoreProperty and Reveal.Member on Fluent NHibernate 1.1.0.685 on component type
I\'m trying to ignore the property which is a ReadOnlyCollection and map the private property. I\'m getting the following error:[详细]
2023-01-15 09:48 分类:问答Will the Sharp Architecture ModelBinder properly constitute an object using a jQuery ajax request?
Do you know if it\'s possible to make an AJAX request and have the model binder properly constitute an object based on the parameter provided?[详细]
2023-01-11 04:54 分类:问答