I am looking for a starter kit that already is set up with the following?
ASP.NET MVC 1.0 Jquery/Jquery UI/JqGrid/ Sparkview engine NHibernate
Code quality is important as well. Thanks in advance.
I am looking for a starter kit that already is set up with the following?
ASP.NET MVC 1.0 Jquery/Jquery UI/JqGrid/ Sparkview engine NHibernate
Code quality is important as well. Thanks in advance.
Sharp Architecture is probably going to be the closest thing you are going to find in terms of what you're looking for, however it doesn't use the Spark View Engine (not to say it couldn't).
I second S#arp Architecture. Take a look at their google groups, they've recently got a very good starting project (from framework users): http://whocanhelpme.codeplex.com/. If you need jquery/jqGrid for CRUD then I (shamelessly) advertise my solution: http://sprokhorenko.blogspot.com/2009/12/dedicated-to-my-wife.html. It's yet to be updated with lot of fixes and latest features, and is not very well organized (so it's not a "solution"), but the article itself explains how you can get very convenient CRUD out of jqGrid + MVC.