Background: A while ago we developed a business application for silverlight using the csla framework. Now we wish to create an MVC alternative for people who are unable to use Silverlight for one rea
So, Is MSDTC a big resource drain 开发者_StackOverflow社区on a system (server & application)?
We experienced a number of errors on our live application a week or two ago that have so far escaped explanation. We saw these errors internally and they were also experienced by clients as it manifes
I am trying to map a DTO object to a CSLA.NET (see: http://www.lhotka.net/cslanet/) object. For the sake of this question I am using the sample application that Lhotka provides with his framework. Bel
I\'m working on a large Winforms project for a client that is using business objects modeled on pre-.NET 2.0 CSLA.Upgrading to a newer version of CSLA is not an option.My client uses CodeSmith to gene
and thanks in advance for your time. We are using CSLA 3.5.1, although, ultimately, this problem may not have much to do with CSLA.
I\'m trying t开发者_JAVA技巧o get the result set and return value of a stored proc on SQL 2008 server.When I run the proc in sql management studio, I get the result set and the return value.
I know that FieldManager is exposed as a protected property within BusinessBase.Why isn\'t PropertyInfoManager setup the same way?From what I can gather, PropertyInfoManger maintains a dictionary of T
In the CSLA.NET Framework, what is the purpose of the CanReadProperty meth开发者_如何学Cod?It\'s a method that allows to check whether it is allowed to read a certain property:
I am looking at the Lhotka CSLA.NET object library (Lhotka.NET). It seems interesting, but one thing which does not make sense is that the business rules are written in C#. Should these not be c开发者