Click here to Skip to main content
15,886,067 members

Comments by PureNsanity (Top 18 by date)

PureNsanity 6-Mar-20 11:24am View    
I haven't done any performance analysis or benchmark testing; however, I can tell you hands down that SciChart blows away other standard charting libraries in that area. SciChart has a good amount available on performance online if you just search their site for it.
PureNsanity 11-Sep-19 10:15am View    
Have you tried increasing the OperationTimeout? Or does the call fail immediately?
PureNsanity 10-Sep-19 12:41pm View    
To tack onto what Richard said... You can have XAML with named content that isn't part of the UserControl. For example, if you have named content within a template. If you're getting that compiler error it's very likely that's the case, but to tell you specifically why you'd have to include your XAML.
PureNsanity 10-Sep-19 12:35pm View    
I'm not sure if you really need a callback here... You could just create a custom exception then have the client take action based on the exception type.
PureNsanity 15-Aug-18 10:52am View    
I understand this may not be possible; however, have you thought of upgrading the container? While I do still view Unity as valuable, it's a much older container implementation. Although I'm personally partial to MEF, Autofac is widely popular and also has Prism extensions. Autofac as a container also has many improvements and features over Unity... Just a thought....