CSLA for HTML5

CSLA for HTML5

Old forum URL: forums.lhotka.net/forums/t/12651.aspx


mayurimalgave posted on Friday, May 30, 2014

Does CSLA support HTML5?

If yes, please give any example.

ajj3085 replied on Saturday, May 31, 2014

Csla is a framework for building business objects, which can be used with any UI technology.  You can build a site using HTML5 via ASP.Net using web forms, MVC or web services such as WebApi.  Your site, regardless of which technology you choose to build it can be built on top of Csla objects.  See this page for where Csla fits in your architecture http://www.cslanet.com/

RockfordLhotka replied on Friday, June 06, 2014

The MyVote project (https://github.com/Magenic/MyVote) includes an HTML 5 (TypeScript) client app that makes REST calls to a service built using CSLA.

Copyright (c) Marimer LLC