I have been investigating the concept of a generic profiler for our ORM code.
Currently our team focuses solely on LLBL's but with the upcoming v3 opening the door for other ORM frameworks I can envision we might be experimenting with them.
I came across the LinqToSQL profiler tool (http://l2sprof.com/home) and it struck me how useful it could be to have such a generic profiler tool for our ORM/Linq code.
Since LLBL v3 has done a lot of work to abstract the ORM frameworks away from the UI designer, I was wondering how difficult it would be to build such a tool??