CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

Search

  • Re: Creating an authentication trough competences

    Hi Tobique, first of all, you may probably want to inherit form cslaIdentityBase, since you'll be able to add properties and functionality. For example properties like 'realName' or 'PWDExpired' or a functionality to change password, just to name some. In the process of fetching uservalidation-data from your DB, you're free then
    Posted to CSLA .NET discussion (Forum) by vschaak on Wed, Jul 25 2012
  • MVVM start/evaluation

    Hi folks, nearly a year ago I underwent the step to walk the SL-path. Meanwhile I'm happy to have done so, since I think SL has much potential to outclass winforms in terms of great UI's. (THAT and not architectural reasons in first line are imho most important for a UI-technology, since UI should present the "window" to our users
    Posted to CSLA .NET discussion (Forum) by vschaak on Thu, Feb 16 2012
  • Re: DataTable as PropertyType, but what with SL?

    Hi Jonny, sounds very interesting. Since the concept of an Expando-object is new to me, I'll give it a try and check it out... It looks as if i can fetch my BO's through a datatable (on the server/net-side) and then cast (examining the dt's structure and so on) it into an Expando object which is passed serialized over the wire, right? Thanks
    Posted to CSLA .NET discussion (Forum) by vschaak on Mon, Feb 6 2012
  • Re: collection summary property - bound to windows form datagridview

    Hi fredg, there are even approaches to do such summary with the standard winforms datagridview: Sample: http://dzaebel.net/DgvFooter.htm HTH Volker
    Posted to CSLA .NET discussion (Forum) by vschaak on Fri, Feb 3 2012
  • DataTable as PropertyType, but what with SL?

    Hi, back in the old WinForms days I created some sort of pivot/crosstable wizard for reporting purposes. There users can choose different row- and column-dimensions and values which results in tables that can have 3 but also 15 columns, controlled by their decision. I did this by having one big property of type DataTable (the good old ado-stuff) and
    Posted to CSLA .NET discussion (Forum) by vschaak on Tue, Jan 31 2012
  • Re: The framework is confusing and no proper documentation

    Hi Shivam, hi Kumarasamy, I second the recommendation of Rocky's vids. Also some vids can be found on the internet (at dntrv, for example) that provide some good entry points. And if new to a business-object framework I suggest to start with some simple, let's say Winforms apps. Starting with a SL-application adds much more stuff (WCF, asynchronous
    Posted to CSLA .NET discussion (Forum) by vschaak on Mon, Jan 23 2012
  • Re: ArgumentException while beginFetch

    Hi Jonny, I found the reason myself (and started banging my head against the wall): My ClientConfig-file contains two endpoint settings, one for development purpose and the other one for production. While one has to be 'active' the other one has to be commented out (for ease of deployment). In this case I must have forgotten to comment out the
    Posted to CSLA .NET discussion (Forum) by vschaak on Mon, Jan 23 2012
  • ArgumentException while beginFetch

    Hi, I'm running out of ideas I created the following code, used to start the fetch of my own Identity-objects. Unfortunatly it results in an ArgumentException "An item with the same key has already been added". I have to use my own criteria object, because my login process needs an appname, since those security classes are used by several
    Posted to CSLA .NET discussion (Forum) by vschaak on Mon, Jan 23 2012
  • Re: Silverlight dying

    Hi, well don't panic about armageddon coming but also don't put lipstick on the pig! What really happens? MSFT lifted the curtain about their future dev-environment plans a little bit, stating that their formerly announced "prince" named Silverlight will not be #1 in the future to come. Soon after they reveiled a little glimpse they
    Posted to CSLA .NET discussion (Forum) by vschaak on Wed, Nov 16 2011
  • Re: binding IsEnabled to IsValid in SL (without MVVM)

    Hi, indeed, IsValid/IsSavable does'nt reflect changes to the binding infrastructure , at least without using own intermediate functionality (like in MVVM). Sad. Volker
    Posted to CSLA .NET discussion (Forum) by vschaak on Thu, Nov 10 2011
Page 1 of 7 (61 items) 1 2 3 4 5 Next > ... Last ยป | More Search Options

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems