Anyone implemented the ASP.Net 2.0 identity with CSLA?
So I have my MVC project wired up using the latest ASP.Net identity and registration and login works fine. Now to wire into the Csla principal and am wondering how to do this.How much of the ASP.Net...
View ArticleNew Desktop App Development Project
10 years ago I architected a solution where we used CSLA to develop a custom ERP system using CSLA for .Net\WinForms. Now, I am looking to start a similar project and was wondering if this is still a...
View ArticleBook Order
Dears,last week i ordered the "Using CSLA Series" eBook, but i received the payment notification received successfully. but i did received the Username and Password to Login and download the eBook....
View ArticleLoadPropertyMarkDirty does not consider BypassPropertyChecks
Hi,I have a data bound tree with check boxes on a screen that allows the user to set properties on quite a lot of business objects (up to 100, or maybe more). If a parent node is checked, it sets...
View ArticleCan not directly save a child object (CSLA 4.5)
I am baffled as to why I am getting this error given that I am calling save on the Collection not the child. Any thoughts? Class Structure:CountryList – EditableRootCollectionCountry – EditableChild...
View ArticleUnit Testing & CSLA
Hi all,I've got a question about setting up unit tests for business objects that depend on certain other objects having done their job.Basically, I've got a JobSchedules BO that I want to test to make...
View ArticleUnit Testing Save of editable stereotypes with Moq
we are using Moq with csla for unit testing. Moq is working fine with mocking fetch calls but not working with mocking save call of editable business base. While saving, as we mock the child lists...
View ArticleChaining authorization rules?
Is there a supported way to chain authorization rules? There's no GetChainedContext method, and I'm ending up having to write a new class for each unique set of permissions I need.
View ArticleTDD with MOQ with CSLA article
Hi Need some articles to implement TDD in CSLA with Moq, being new to csla and moq, also the following url does not work , please suggest some suitable articles/code samples...
View ArticleLosing Csla Context on continuation when async/await returns
I'm running into an issue where the continuation code (i.e. the code that is run when an "await" call returns) loses the CSLA contexts (ApplicationContext, GlobalContext, etc.).Here's a pseudo example...
View ArticleSerialization in CSLA.NET
hineed some article on how the serialization process happens between client n server data portals while performing CRUD on editable BO and editable BO lists and what all events are involved in this...
View ArticleProper Way to Delete Child Object
I am wondering what is the proper way to delete a child object. Â We have a Borrower object that has an Address object as a child. Â Under a certain case we want to delete the Address object. Â We have...
View ArticleClaims based authentication
Hi,Today CSLA supports 3 authentication models:1. Custom authentication 2. ASP.NET Membership Provider authentication 3. Windows domain authentication Are there any plans for implementing a claims...
View ArticleUnable to catch exception with async dataportal call (async/await)
Hello, I am developing window form application by using  CSLA 4.5.501.0 with visual studio 2013 and dot net 4.0. I can successfully fetch data from remote dataportal.  The following is static factory...
View ArticleAny DataPortalException lost in WCF portal (connection forcibly closed)
Hi guys,Anyone experienced this? I know its a setting I am missing somewhere. I have a windows forms client. Solid and working well 2 tier. Just starting testing in 3 tier mode. Everything works...
View ArticleCSLA PCL
Hi,I am building a Xamarin.forms apps using PCL. I would like to know when to expect the CSLA Universal PCL that can be used across all apps and Web.ThanksSÂ
View ArticleBusinessBase or CommandBase...
I have a situation have not encountered in 7 years of CSLA development. I'm not sure why it's not come up until now but I have a need for a Calculation Object that Executes remotely and returns the...
View ArticleSystem.Threading.Task, Version=2.6.8.0
I am trying to use ProjectTracker with CSLA 4.5.700 in Visual Studio 2012.4Everything get compiled. Wpf UI runs fine but for Silverlight UI throws following exception. What could be reason.Could not...
View ArticleMoving DataPortal from Local to Http
I moved the DataPortal from running Local to be an HttpProxy, as follows:Â <addkey="CslaDataPortalProxy"value="Csla.DataPortalClient.HttpProxy,Csla" /><Â Â Â addkey="CslaDataPortalUrl"...
View ArticleDataAccess layer for Neo4j
Recently I was introduced to Neo4j (graph) database and I would like to try it with CSLA.NET. In order to try I've a couple of questionsWhich data object manager (like ConnectionManager,...
View Article