Results 1 to 7 of 7

Thread: Anybody familiar with CSLA?

  1. #1

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Anybody familiar with CSLA?

    I have been doing some research on Component-based Scalable Logical Architecture. I wanted to find out if this is something alot of .Net developers are familiar with and if there are companies that use this.

  2. #2
    Fanatic Member
    Join Date
    May 2005
    Posts
    608

    Re: Anybody familiar with CSLA?

    Hi,

    I never used their framework per say, but after reading wikipedia's explanation of CSLA, I noticed that I design Business Objects in a similar way as the provided example.

    I prefer to build everything from scratch, so there's no room for 'guessing' what is doing in any given situation.

    HoraShadow
    I do like the reward system. If you find that my post was useful, rate it.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Anybody familiar with CSLA?

    we use it as a base for our architecture. It has some features in it that we didn't need, and was missing a few other things we needed, so our System Architect broke it down, stripped out stuff we didn't need, added the things we did need, and put it back together. That now forms the basis from which all of out business objects and lists are born.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Re: Anybody familiar with CSLA?

    I appreciate the input.

    I will be using this for the job I just got yesterday and wanted to find out what it was.

    At first I was scared it was some proprietary form of .Net programming and I was not interested in that.

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Anybody familiar with CSLA?

    Nope... it's a business framework put together by Rocky Lhotka... the idea being that it provides some base core functionality that you can then expand on to make the development of business objects easier. It takes a lot of effort to set up, but once it's in place, it's quite easy to use.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: Anybody familiar with CSLA?

    It's an implementation of Rocky's vision of business objects.

    I looked at it a few years ago at a different company, and it had good stuff in it, but overall, perhaps far too much stuff for most applications. His books are at the very least a good read and exercise.

  7. #7

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Re: Anybody familiar with CSLA?

    Yeah, the company I just started with uses it. The learning curve is quite high and I have been worried that CSLA is not something I can take with me to another job.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width