I have been using the CSLA framework for couple of years now for windows applications. With ASP .NET MVC / AJAX / jQuery out now, would there be any use for the CSLA framework (which is strongly Object Oriented ) in web apps?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Absolutely you would. CSLA is used for building your business logic layers; which ui medium you use doesn’t really matter. Yes there are some nice new tools and patterns out there for building and controlling web ui, but the plumbing that CSLA gives you for creating a business framework is second to few (if any). CSLA is not about the UI, its about all the logic the ui is using.