-
Hi, I'm new to the CSLA framework and I'm trying to write an N-Tier application so I can demo the framework to my company. I'm really struggling to get the data access working. I keep getting the "The underlying connection was closed: The connection was closed unexpectedly." error...
-
Hi folks, does anybody know a way to implement an abstract child-object factory using DataPortal.FetchChild(of T) to get different types of child-objects depending on parent object state using Csla 4.1. and the encapsulated invocation model? I have a root object which does have a managed "data"...