CSLA .NET is one of the most widely used open source development frameworks for Microsoft .NET. It helps developers build a scalable and reusable business domain object model for their application, that supports WPF, Silverlight, WP7, ASP.NET, ASP.NET MVC, service-oriented, and Windows Forms ...
0
votes
1answer
37 views
Converter ID to object
I have a Converter class which I give a ID. With this ID I want to get a object as return value. But I have an Error which I don't know how to fix. The error appears at result = ...
1
vote
1answer
53 views
BusinessListBase<T>.Remove doesn't work
I'm new on CSLA.Net and I've some difficult to remove a child object from a list.
I've 3 classes :
Scenario : BusinessBase<Scenario>
ScenarioPermissions : ...
0
votes
1answer
23 views
Fake identity for multiple rows
sorry for possibly noobish question - I'm not a pro in SQL.
So i have to make a so called "creation groups" - user will create multiple items at one time, and system must remember, which items were ...
0
votes
1answer
37 views
CSLA Loading list by ForeignKey in LoadData
ok here is the deal. im working with the MVVM pattern in C#. i have got a PlaceChild ,PlaceChildList class and a Manage class which got the PlaceChildList in it. And PlaceChild got a ForeignKey of ...
1
vote
2answers
109 views
Is CSLA.NET a right solution for multiple databases?
I have an application the currently connect to a database. But I have a plan to slice the data in this database to multiple databases.
For example, I have 10,000 records in table Test_Table_1 and ...
1
vote
1answer
66 views
Csla DataPortal not finding implemented methods (Silverlight)
I am developing a silverlight application that uses CSLA for the business objects.
I'm trying to set up the DataPortal correctly so that it will correctly call the DataPortal methods that are ...
0
votes
1answer
47 views
CSLA: is many separate projects really needed?
I'm looking at the ProjectTracker CSLA example solution and it has projects for DAL, EF implementation of DAL, and a project for the business objects/rules/etc.
I understand it's good practice to ...
1
vote
1answer
66 views
CSLA Database Functions
I am tryin to use EF4 with CSLA. im in CSLA for like 2 weeks and now I am trying to interact with my database. What I amhere for is simple step by step advice like:
Create DataPortal
A method ...
0
votes
1answer
61 views
MVVM database delete Method
so im programming with WPF for 2 weeks now and learned the MVVM-Model and got used with my CSLA System thx Rocky. ATM i want to DELETE some items from my Model wich i generated from the database like ...
0
votes
1answer
49 views
CSLA Permissions failing when deployed to server(s)
I have an ASP.NET MVC 4 application that is using CSLA.NET for a portion of our business logic. The permissions to read/write are handled through AD by a domain account, the same account as the ...
0
votes
1answer
112 views
System.TypeLoadException
I'm receiving the following error in my WPF application:
Declaration referenced in a method implementation cannot be a final method.
And the only thing I have found states that the problem is that ...
0
votes
2answers
105 views
TransactionScope doesn't rollback on exception CSLA 4.3
I have a BO (Country) with a child BO (State) which also has a child BO (City). When I update the parent BO (Country), add a child State and run save, when an exception occurs in the DAL (on purpose), ...
0
votes
0answers
128 views
Working with CSLA.NET? [closed]
We would like to enhance our current winform projects that is clean out code and refactor some bits. This included re-writing some parts using Test Driven Development, bring in SOLID principles and ...
0
votes
1answer
88 views
Sharing Codesmith properties with multiple project files
I'm using codesmith to generate our CSLA layer, and have 3 separate Codesmith projects (.csp) to generate
CSLA Business Objects
Data Access
Scaffolded Unit Tests
Each of those project files have a ...
0
votes
1answer
83 views
Method does not contain definition when it is there
I am using Visual Studio 2012 and Codesmith tools with the csla framework.
I recently regenerated my classes and now I am getting the strangest errors.In one of my aspx.cs files, after build, it says ...
2
votes
2answers
85 views
Supporting multiple versions of a data schema
Our application provides an user interface to another system with a data schema that is not within our control. Our application uses CSLA to create business objects to allow editing of the data in the ...
1
vote
1answer
111 views
Business layer implementations
During my recent curious and often frustrating excursions into the field of Business layer development, I have found many a discussion comparing apples(CSLA.NET) with oranges(Nhibernate) but very few ...
0
votes
1answer
189 views
Unable to deserialize CSLA request in soap message sent by WCF (C#)
I am learning WCF so my apologies if my terminology is off here and there.
I am trying to deserialize a soap message that was sent with WCF and captured by Fiddler and I keep getting this error ...
0
votes
1answer
235 views
There was no endpoint listening at WcfPortal.svc that could accept the message
I have a use case in my ASP.MVC app in which I need to save a collection of about 15k records (this is from a CSV file upload). I'm putting it through CSLA business objects in order validate the ...
0
votes
0answers
199 views
Load testing Silverlight application that uses CSLA DataPortal
We need to perform a load test on a Silverlight application that uses Data Portal to communicate with the server. Since the point of these tests is to evaluate application server's performance, I ...
0
votes
2answers
147 views
Import Data from text file into sql DB using CSLA
I am trying to import data from ~ Delimited Text file into SQL Server using CSLA.
My text file has 92,000 records in it.
Here are the issues i am having with the import
When i create a ...
1
vote
0answers
87 views
Validate sum of child collection against value on parent
Using CSLA, I have a parent with a budget property set to x. This parent can have any number of child detail objects. I need to implement a validation rule on the parent that is valid only when the ...
11
votes
2answers
538 views
Visual Studio 2012 testing with csla and entity framework
In VS2010 my MSTest test run just fine.
When running in VS2012 I am getting an error. The test sets the Csla.ApplicationContext.User with a Custom Business Principal. When the EntityFramework is ...
-1
votes
2answers
2k views
How do I make a Kendo UI batch grid that uses dervied objects on a CSLA framework
What I'm attempting to do is have a "Super" entity class for saved products. Depending on where the product is in the application, certain extra attributes are necessary (but not always).
For ...
0
votes
1answer
100 views
CSLA SingleCriteria — What's the point of the version with 2 generic type parameters?
There are two version of the SingleCriteria class: SingleCriteria<B, C> and SingleCriteria<C>, but it seems that the first one with two (2) type parameters is useless, at least looking at ...
0
votes
1answer
806 views
How do I add a CSLA Business Rule that depends on a property contained in the parent?
I am adding a "rounding" business rule to round a decimal property value to the number of decimal places specified in a separate integer property. This works nicely if both properties are members of ...
0
votes
1answer
469 views
Circular reference causing stack overflow with Automapper
I'm using Automapper to map my NHibernate proxy objects (DTO) to my CSLA business objects
I'm using Fluent NHibernate to create the mappings - this is working fine
The problem I have is that the ...
0
votes
2answers
469 views
CSLA Silverlight project (C#) Sample N-Tier Application (Adding Delete Functionality)
I know this is a very specific question, but I'm trying to get a grasp on the CSLA framework. I've successfully loaded up the "Sample N-Tier" application that can be found here:
...
0
votes
1answer
141 views
CSLA FieldManager.updatechildren(this) vs FieldManager.updatechildren
I am new to CSLA and i am trying to understand the difference between FieldManager.updatechildren(this) vs FieldManager.updatechildren.
When is it appropriate to use either one?
0
votes
1answer
189 views
Implementing a Factory Pattern with CSLA.NET
I would like to implement Factory Pattern in CSLA. I can use an abstract base class or an interface for the abstraction. I have decided to use an abstract class, only because I have certain common ...
0
votes
0answers
139 views
How well does CSLA.NET work on a web project (ASP.NET MVC)?
I have used CSLA before and I believe that it is a great API for windows, services, and WPF applications. Is it a good API for the web? I feel like there is a lot of bloat in the CSLA API when it ...
0
votes
1answer
109 views
Why is CSLA named so?
I read wikipedia entry and now going through Rockford's book. But could not arrive a straightforward answer to the meaning of name "Component based scalable and logical architecture".
I understand it ...
0
votes
1answer
365 views
Performace of CSLA.NET Framework
Our system uses an Entity Framework based data layer. For the recent months, we've been using the entities generated by EF for data transfer, business logic and UI.
Since our application is becoming ...
1
vote
1answer
446 views
How to configure Silverlight + CSLA Data Portal?
I am new to Silverlight and CSLA and I need to get an example project working. I have both Lhotka's 2008 book on CSLA, as well as the Silverlight ebook + example project it comes with.
I thought it ...
1
vote
2answers
221 views
Unit Testing XAML in Silverlight using MVVM/CSLA
In our main Silverlight business app, we have a lot of controls that are visible and/or enabled based on user roles (e.g. Admin menu link visible only if in Admin role). We control that visibility via ...
0
votes
1answer
517 views
What are the BusinessBase and BusinessListBase classes in the CSLA framework?
I'm learning a large legacy application written in VB.net with the CSLA framework. Many of the objects seem to inherit from BusinessBase and BusinessListBase. When I "go to definition" in Visual ...
1
vote
2answers
92 views
how can i tell if an application is written with CSLA 2.0 or CSLA 3.5 (or with some other version of CSLA)
I'm trying to untangle a legacy system written with the CSLA framework. The contractors who originally wrote the software are long gone. I want to figure out what version of CSLA was used so that I ...
1
vote
2answers
291 views
Should CSLA be used with a dependency injection framework?
My development team is evaluating the various frameworks available for .NET to simplify our programming, one of which is CSLA. I have to admit to being a bit confused as to whether or not CSLA would ...
2
votes
1answer
475 views
Unit Testing in CSLA? How? What?
Does anyone have an example of unit testing in CSLA. I find it difficult to implement TDD with this framework and was wondering if there is any simple ways of doing this. Is there any other Mock ...
0
votes
1answer
423 views
Csla4 and Net4 - ASPNET permission denied on the client
My application works beautifully when the Net version was not Net4. It continues to work perfectly if I create a new Windows 7 based server from scratch. Configure the permissions and away you go.
...
1
vote
0answers
314 views
read csv file with filehelpers error
I have an application developed in Visual Studio 2010 incorporating the CSLA.Net framework and FileHelpers Library.
I am using the code below to read a csv file with the file helpers library. I have ...
0
votes
1answer
222 views
Dictionary Lookup with Integer, Type. Generic Accessing and setting of the key and value types
CSLA .NET is a framework that my company uses heavily in most of our projects, so some of these constraints are forced by the framework itself and can't be changed. I'll do my best to indicate those ...
0
votes
2answers
1k views
Good tutorial for learning the CSLA .Net framework?
I'm learning my way around a lot of legacy code written with the csla framework.
Can anyone recommend any good, free tutorials?
I'm a .NET noobie, so follow-the-steps/head-first tutorials really ...
0
votes
1answer
269 views
To use CSLA MVC, or not [closed]
We need to rewrite our current web forms app, with the main purpose being that we want to start using TDD.
We've decided to use MVC.Net. We also want to have a service layer so other applications ...
-3
votes
1answer
111 views
CSLA CLASSES with C#.net and using of csla clases in different cases
how to code validations for a textbox fields using csla classes,please explain clearly with one example and using of csla classes in different cases..
1
vote
1answer
111 views
From Silverlight to MVC CslaModelBinding child collections
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 ...
0
votes
3answers
415 views
Is MSDTC a big resource drain?
So, Is MSDTC a big resource drain on a system (server & application)?
In the past, I have written several large scale web applications that rely on MSDTC for database transactions. I have never ...
1
vote
3answers
213 views
How to inherit from a CSLA object in F#?
I would like to get the benefits of CSLA from F#, but I am having trouble with inheritance. Here is the ProjectTracker ResourceInfo class. Can someone please show how to do it in F#?
using Csla;
...
0
votes
3answers
1k views
Any CSLA 4 downloadable sample applications?
I am looking for a full web (MVC or WebForm sample application which is based on CSLA 4.0. Any ideas? I think its ProjectTracker sample is WinForm only and based on older vesion of CSLA.
6
votes
1answer
210 views
Best way to do TDD and CSLA
I would like to know what tools, patterns, etc people have used to be able to do TDD with CSLA .NET 3.8 and higher.
Which parts pose the most effort. Are there parts that are completely untested, ...


