I've grabbed the sortclause factory template from the v1 adapter template and put in my v2 manager template... and it works! It gets stuff from the database and puts stuff back in as expected. The templatebindings file and .tasks file are done aswell
The only caveat is in the SortClauseFactory.cs you'll need to modify the namespace path to
the correct namespace of your dataaccess layer. This is because the sortfactory template is written in TDL and I would have had to re-write it in c# so it can use the CoreNameSpace property that appears in the other manager templates.
Besides that very small annoyance (which someone else is welcome to fix) everything (seems) to be working just like ol' v1 manager templates.
If Otis (or anyone else) wants it post a request for it with details on how I'd get it too you.