0
votes
0answers
9 views
Achieving unit testability of Presenter while using CSLA Framework with WCSF
The WCSF uses Model View Presenter (MVP) pattern for organizing/structuring the source code for a website. When MVP pattern is used correctly, it provides seperation of concerns, u …
0
votes
1answer
18 views
Xaml - add existing control to grid
Trying to develop using MVVM:
I have this Csla.PropertyStatus control that is created in my ViewModel.
I want to add it in the xaml (via binding, i think) and set some additional …
0
votes
1answer
16 views
CSLA Editable Grid
Hi Guys can anyone help me quickly in CSLA my question is i want to fill a Grid in CSLA which should be Editable, Please tell me which CSLA stereotype i have to use it will be bett …
0
votes
1answer
20 views
Data Binding in .NET with CSLA BOs
OK, I am having quite an issue with data bindings in .NET.
Some background information, my business object tier is using CSLA v1.0.
And _clientObj is passed in as a parameter as a …
3
votes
4answers
449 views
Is Asp.Net MVC + CSLA + DDD Possible
I was asked to review a system the other day that was based on ASP.NET MVC + CSLA + DDD (domain drive design). The first version of this system was based on ASP.NET MVC + CSLA. T …
0
votes
2answers
94 views
What .Net buisness logic layer frameworks do you use ?
Hi
I've been asked to extend a simple legacy application by adding a few tables and classes in it to extend functionality.
This is a .Net 1.1 application which I have now succes …
0
votes
1answer
107 views
WCF / Csla Hell
I'm trying to build a proof of concept Csla 3.7/Silverlight 3 app and have been working my way through Rocky's tutorials. It's a really simple one form/one business object data edi …
1
vote
1answer
135 views
How to create a lazy-loaded and cached collection in Silverlight/CSLA
I'm creating a Silverlight front end for an existing desktop app written using CSLA. One thing that I'm having trouble with is converting classes like the following:
public class …
1
vote
1answer
68 views
Csla.Luna, what’s this?…
I have this wpf form; the call to InitializeComponent() brings up this message:
Binding Failure was detected.
The assembly with display name
'Csla.Luna' failed to load i …
20
votes
20answers
3k views
Does anyone have any real-world experience of CSLA?
The main web application of my company is crying out for a nifty set of libraries to make it in some way maintainable and scalable and one of my colleagues has suggested CSLA. So I …
4
votes
2answers
269 views
Validation and in Service Layer or Business Objects?
Martin Fowler suggests using a service layer as a boundary between the domain model and and "Data Loaders". However, Rockford Lhotka suggests building validation into the business …
0
votes
0answers
20 views
Getting An IP Address in a CSLA remote data portal
I'm writing an app in CSLA and want to log IP addresses, but only if the client is calling a remote data portal (such as the WCF one).
How can I get the client's IP address when e …
1
vote
6answers
668 views
How can I learn CSLA.NET Fast?
I'd like to learn CSLA.NET quickly. What advice do you have?
2
votes
6answers
760 views
Have you ever used CSLA?
Have you ever used CSLA and if so what are yout thoughts? I am starting a new contract for a company that uses CSLA and NHibernate and wanted some opinions or insights into the fr …
0
votes
1answer
76 views
Adopting CSLA.NET on started project
Hello, Im considering use CSLA.NET 3.8 for example for Security and Identity Management on a started Windows Forms Fx 3.5 Project, this will be considered as a good practice?
Im …
