Custom 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 ArticleRestricting access to individual record or records - like per-instance
I have a use case where i need to restrict a user when they are in a certain role to only edit "their own" record(s).What's the best way of doing this?I obviously know the user making the request and...
View ArticleStrange problems converting from SL to WPF
I have converted the bulk of my Silverlight app to WFP without any significant issues, except for one that I would call a nightmare. I realize it is not a Csla issue, but searching the internet I see...
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 ArticleStarting work on version 4.6
Spent a few hours yesterday making some big changes around .NET 4.6 and VS15.In GitHub there's now a V4-5-x branch that will be used to maintain the existing 4.5 version of CSLA that uses VS13 and...
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 Article