Mauricio Scheffer
Mauricio Scheffer
http://www.cis.upenn.edu/~mgree/papers/ugrad_thesis.pdf
Some Lift features are interesting and seem to be easy, almost trivial to implement: - http://demo.liftweb.net/templating/surround and http://demo.liftweb.net/templating/embed seem to be just a layout - http://demo.liftweb.net/templating/eval_order seems to be just...
Provide a function that converts [FilterAttributes](http://msdn.microsoft.com/en-us/library/system.web.mvc.filterattribute.aspx) (or IAuthorizationFilters, etc) into FAction -> FAction
Research (bijective) lenses to model URL routing/resolution.
Check if MVC3 GlobalFilters are honored (my guess is they're not)
Implement continuations, expressed via a computation expression
Allow turning off session for some actions
URL manipulation functions
Look into making table-valued parameters easy to use: http://msdn.microsoft.com/en-us/library/bb675163.aspx
Got a "connection closed" exception when trying to do Async.Parallel on a list of async execNonQuery. Try to reproduce in tests, fix.