c# - Simple MVC Framework for ASP.net? -


i need simple mvc framework, without jquery extensions, hibernate, loggers, etc..

only model-view-controller functions. have idea can find one?

i second on vici mvc framework! open source, easy setup, easy learn, lightweight, powerfull , support channel through stackexchange-based webpage.

the vici project comes lot more libraries (e.g. vici coolstorage = orm) work beautifully together.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -