04 March 2010
MCsla is a prototype that takes SQL Server Modeling (aka “Oslo” and “M”) and CSLA .NET, using them to create an end-to-end story. This story goes like this:
- Developer creates a business database for business data
- Developer writes concise DSL code
- Developer “compiles” DSL code into the SQL Server Modeling repository
- End user executes a runtime application, which dynamically creates a UI, business layer and data layer that uses the business database – all this based on the compiled DSL metadata stored in the repository
This saves the developer from a lot of work. In fact the developer writes perhaps 5% of the code they would have written to create the UI, business layer and data layer by hand.
See my discussion of the concepts and prototype in a three part video series:
Exploring SQL Server Modeling through MCsla
You can see the MCsla code in the CSLA .NET repository (web view) or grab it using any svn client from svn://svn.lhotka.net/csla/mcsla/tags/Video1001.