I appear to be getting a lot of random deadlocks when reading data from one of my tables. This table contains alot of information and is very frequently read and updated.
I currently have an ASP.NET MVC project built on top of the S#arp architecture and NHibernate. I currently have a separate nhibernate.config file for my nhibernate configuration. I am considering movi
I\'m using Sharp Architecture 1.6 VS2010 and investigating using GUIDs but I\'m encountering an error that I\'ve been unable to resolve.
I have a application using NHibernate Auto Mapping... All working fine so far... My Fluent Global.asax config:
There\'s a distinct smell of burned out circuits coming from my head, so forgive my ignorance. I\'m trying to setup a one-to-one relationship (well, let Automapper do it) in S#arp Architecture.
I have a soap web service in my web layer (s#arp architecture) which uses a service like this: public ReportWebService(IReportService ReportService)
I\'m aware there are lots of qu开发者_JS百科estions around this topic but I really can\'t seen to nail down a solution so would appreciate some help.
I´m using the lastest S#arp Architecture version... In my project, I´m implementing a Custom MembershipProvider...
This one has me stumped. I have an MVC 2.0 environment in a S#arp layout, everything works great, and I have Intellisense working in my aspx file (for things like HTML helpers and Model properties)
Is there any per开发者_Python百科formance issue/or any negative effect of having a single assembly referenced in many layers of on application as we are merging all S#arp Arch dlls into one now? What