Book 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 ArticleCSLA & Xamarin for mobile apps
We're looking to build mobile apps (in addition to our existing WinForms app) using Xamarin and our CSLA objects, and we'd like to continue using the mobile object concept (so binding our existing Csla...
View ArticleEncapsulated Invocation - Loading unreferenced assemblies
Hi all,I have implemented the Encapsulated Invocation Model successfully as described in the CSLA 4 - Data Access book, p. 89 and as described in the EncapsulatedInvokeDto solution. This implementation...
View ArticleCSLA / Reactive Extensions Serialization issue
Attempting to use CSLA (latest version) along with ReactiveUI and Reactive Extensions.When creating the WPF bindings using reactiveUI, the underlying logic uses the reactive extensions...
View ArticleCustom ISerializationFormatter Feature Request
I'd like to see the ISerializationFormatter feature extended to allow applying my own implementation. Being able to specify the type in the app.config/web.config similarly to how you provide a custom...
View ArticleWhat's best technology for CSLA after Silverlight
I am after advice on 'life after Silverlight' (2021) and the preparation beforehand. Scenario:Sole developer (currently with 1 main commercial application (50 clients) (1 one other), using csla 4.5.3...
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 ArticleThe case of the ApplicationContext.ClientContext disappearance
It seems that the content of ApplicationContext.ClientContext disappear . During the login proess i put the user id in the clientContext, then i use my implementation of IAuthorizeDataPortal to...
View ArticleAn asynchronous module or handler completed while an asynchronous operation...
I have this error "An asynchronous module or handler completed while an asynchronous operation was still pending" in my MVC 5 web application when deleting children from my model, via a grid which...
View ArticleModelBinder System.MissingMethodException: Cannot create an instance of an...
This is possbily related to my previous post around odd grid binding behaviour (waiting for approval).I have an MVC 5 web app and a model with child objects and am binding this in a Kendo grid control....
View ArticleNeed help for MobileProxy Configuration
Hi All,In my WPF project with CSLA v 4.70, I configured mobileProxy same with Project tracker .However, when I try to fetch some simple readonly list, Dataportal_fetch has never been touched. On...
View ArticleHow can I write a custom rule like IsInRole and IsNotInRole
Hi,I've to check a value that exists in a blocked list or not for the current signed in user. For this I want to write a custom rule just like IsInRole and IsNotInRole. Could any one provide me an...
View ArticleIssue accessing custom properties from my custom identity
Hello,Thank you in advance for any help provided here. I read the answers on this post and still have a problem with my custom Principal/Identity implementation.I am using Csla 4.1.0 and seem to be...
View ArticleVersion 4.6.001 prerelease
I've put an early prerelease of version 4.6 on NuGet. Details are here:https://github.com/MarimerLLC/csla/releases/tag/v4.6.001The primary change (and point of risk) is that I consolidated nearly all...
View Articlevb.net syntax for CSLA 4.3.12
Hi all ,currently i used csla ver 4.3.12 in c#. but recently I got a small project which need vb.net as languageso, i need a easy migration from my c# syntax into vb.net ? could anyone give a...
View ArticleCSLA msi installer
Does anyone still use the msi installer for CSLA?These days I just assume everything of value is in NuGet, and my primary focus with CSLA releases has been NuGet for the past couple years.I do still...
View ArticleMove forum to GitHub?
I am looking at the possibility of moving this forum to GitHub.GitHub isn't really _designed_ to be a forum, but the issues list for a project provides threaded conversations that I think can replace...
View ArticleRemoting hang under high volume / ConnectionManager
We're having a problem introducing connection manager to our existing application. While root objects usually share the SqlConnection with their children, there are a lot of places where other BOs get...
View ArticleC#/XAML for HTML5
Beta 4 of C#/XAML for HTML5 is out. http://cshtml5.com/Now with Full support of C# 5.0.According to the roadmap if everything goes as planned: Most of the features required to easily port Silverlight...
View ArticleC#/XAML for HTML5
Yes, that's true. But don't want to set the bar too high.Opened the Csla.winrt solution. Created a new project of type "Empty Class Library (C#/XAML for HTML5) named Csla.CSHTML5. Changed the namespace...
View ArticleSmartDate Question: Appears to be truncating time portion.
I have a ReadOnlyList and a BusinessBase class that contains Event information something like this. public static readonly PropertyInfo<SmartDate> StartProperty =...
View ArticleSilverlight to WPF conversion Issue with AutoCompleteBox
I am bringing my mature SL app to WPF. I am quite liberal with the use of AutoCompleteBoxes and often have more than one on a page.The data for the dropdown of each Auto...box comes from a database...
View ArticlePassing nullable types to DataPortal.Fetch
I am fairly new to CSLA4 and in general I have had no issues working with it until I tried to create Fetch method that passed a Nullable<Boolean> value. I can pass either 'true' or 'false'...
View ArticleFORUM HAS MOVED TO GITHUB
This forum is now an archive. All active discussions can be found on the CSLA Forum on GitHub. ----This forum is now read-only and new user registration is disallowed.To use the new forum you will need...
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 Article