Skip to content

carlgieringer/MvcBootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MvcBootstrap

A framework for Rapid Application Development using ASP.NET MVC, Entity Framework, and Twitter Bootstrap

This .NET solution/project provides a framework for rapidly creating .NET web applications using Domain-Driven Design and Test-Driven Design. There is an example application illustrating its features and best-practices.

This framework is in development and currently offers no guarantee as to backwards-compatibility. When and if the project reaches a 1.0 version, then the 1.0 features will be maintained with backwards compatibility.

Current features of interest are built-in CRUD actions with integrated Entity/ViewModel mapping provided by BootstrapControllerBase. This controller also offers automated support for Optimistic Concurrency in conjunction with IEntity and IEntityViewModel (basically, when a concurrent update occurs, the ConcurrentlyEdited property of IEntityViewModel will be non-null and set to an instance of IEntityViewModel containing the current database values. Your views can display both a message and the current values to let the user resolve the collision.)

About

A framework for Rapid Application Development using ASP.NET MVC, Entity Framework, and Twitter Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages