Having just managed to score a copy of CodeSmith 5.2 at the same time that I'm starting on a web development project in ASP.NET I thought I would combine the two.
The site will need to make use of JSON based elements (either jQuery or ExtJS, haven't decided yet) for search/dropdown type behaviour.
I've done a bit of reading, and I see some common issues with JSON serialisation in netTiers regarding circular references, etc.
So it seems I've got a choice of netTiers, CSLA, NHibernate, KineticFramework or PLINQO by default.
I've used netTiers before.
What I would like is some pointers:
Which framework is easiest to generate compliant code with, and what tweaks need to be made either to the default settings, or to the templates themselves in order to get it to work.