up vote 4 down vote favorite
2
share [g+] share [fb]

What is CSLA Framework and Its use ?

link|improve this question

66% accept rate
feedback

3 Answers

up vote 5 down vote accepted

CSLA is business object framework that allows you to easily create business objects on top of a data layer. It allows you to architect your application with solid object oriented principals and a good seperation of concerns.

I would highly recommend you read the CSLA book by Rocky Lhotka called Expert C# 2008 Business Objects. That will not only teach you about the framework but also teach good software architecture principals.

You can grab the book here on Amazon

link|improve this answer
Is this a supported framework. And what would be my decision point to use this framework. – Greens Aug 6 '09 at 15:54
1  
This is supported by Rocky and it is supported very well. There is a place to report bugs and they are often responded to quickly. – Jamie Wright Aug 22 '09 at 12:35
2  
easily? can I quote you on that? – Devtron Feb 1 '10 at 18:22
1  
Yes, you can quote me on that. – Jamie Wright Feb 7 '10 at 14:14
feedback

maybe you want to take a look at this

hope this is what you've been looking for

regards

link|improve this answer
feedback

CSLA is described in detail here. The new book is a great starting point. As a great compliment to the book I would recommend checking out our CSLA 3.8 templates. Rocky recommends using a Code Generator, and we have the leading set of templates, that will get you up and running in no time.

Thanks -Blake Niemyjski (Author of the CodeSmith CSLA Templates)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.