Client-Side access to BOs, their method invocation and two way integration...
Rocky, I have been a huge fan of your framework, publications, thoughts and patterns for years and have used the CSLA framework in many enterprise applications within our fortune 500's custom...
View ArticleCslaContrib library v.4.5.600 published
The new version of CslaContrib library is available on Codeplex and on NuGetChanges since last release:Upgrade to Csla 4.5.601Fixes missing WinRT assemblies for CslaContrib.MEF packageVisual WebGUI...
View ArticleCSLA project with WinForms and WEB MVC5 client
Hi,I have complex project with win forms UI and I would like to extend the new features using web MVC 5 UI.Have I toduplicate thebusinessobjectsandtheircodein business layer because of the different...
View ArticleSilverlight via https
Hi everybody, for some time I try to access Data of my Silverlight app via https using my local IIS (Win 8.1) . It was no problem to create a certificate. There is no problem to see my data via http...
View ArticleCSLA n Xamarin
Hi.. hello Rocky.. The last version of CSLA I used is 4.3.12If I have a plan to learn to write android or ios use xamarin for my CSLA.my questions are :1. which version I have to used ?2. what xamarin...
View Articlextragrid Child Collection Reset Issue
HiI have devex extragrid bound to an editable child collection via bindingsource in windows form. Grid automatically adds new row. But when I change any cell in the new row, the datasource is reset...
View ArticleSerialization - object versioning & breakage
Our production environment has 5 web servers, all running in 32-bit - with a few applications on those servers (including some VB6 code), we're running into memory issues.So the goal is to introduce a...
View ArticleRelationship DataTable and DataReader ?
Instead i load DataReader from syntax:OleDbCommand cmd = new OleDbCommand(sSQL, Connl); OleDbDataReader dr = cmd.ExecuteReader(); now I want to put on the list DataTable list DataReader, how I want to...
View ArticleThe proper way of using DTOs?
Hi,I've Always tried to make dto's correspond to a table in the database I'm using. But is it fair to say that a dto should rather correspond to the Query I'm using instead? Let's say you have a...
View ArticleWhat is goal of CSLAJS?
Hi,I noticed this project (https://github.com/MarimerLLC/cslajs) and wondering what the goal and status of the project is.Is to building a JavaScript client for CSLA?See related discussion regarding...
View ArticleBusiness Rule that modifies property and validates?
I have a need for a business rule that changes the value of a property, while at the same time validates a second property. The rules I've written so far have either changed or validated but not both,...
View ArticleCSLA And User Sessions
I am planning to use CSLA as the BL for a web API (similar to ASP.Net MVC). All of the requests to the API must be authenticated and I'm having trouble understanding how CSLA works in this scenario. My...
View Articlesome advice
Hi everybody, maybe somebody can give me some advice ...I wrote apps in Winforms and Silverlight for school administration and schools to be able to manipulate data of pupils, statistics etc. The...
View ArticlePT 4.5.501: MVC without WCFAppServer
I'm trying to run PT MVC without the WCFAppServer project - would like to run the PT as single website and communicate directly with database.I've copied the connectionStrings, appSettings and...
View ArticleASP.Net vNext
I'm curious to see if anyone has looked at the new vNext platform and how it will affect CSLA. One of the big things I noticed is the removal of HttpContext.Current and other static properties. It...
View ArticleCSLA .NET Contrib - Caliburn.Micro.WPF
Hi,In the nuget documentation it states: "Note - Although not dependant on any specific version of Caliburn.Micro, the ViewModel adapter uses code from v.1.5.1."I understand the library is done by...
View ArticleFiring business rules on property changed for a private backing field
We are just upgrading from an older version of CSLA to the new framework (4.5.6) and having a little difficulty with one scenario.I have a CSLA class (Model) referencing properties on another CSLA...
View Articlehttpproxy AuthorizeDataPortal
I'm trying to move from WCF because of Windows Phone, my app needed the AuthorizeDataPortal to reconstruct the user so I get the information I need to continue. It seems that the HTTP Proxy does not...
View ArticleSilverlight Upgrade Path (VS2008/VS2012)
I've several projects spread out over VS2008 and VS2012. Some of these projects are Silverlight projects/ASP/Windows Forms. We'll be using Windows 7 for the foreseeable future. Any advice when it...
View ArticleHow to Fire a Collection Changed Event on a Business List
I have a Telerik Grid with sum totals on the footer. When a value in a child is changed the Grid does not recalculate the total. The Grid requires a CollectionChanged event. Is there a way to fire...
View Article