Hi,
Is llblgen just like codesmith?
Is there any tool out there that will create all the CRUD plumbing for you? And all queries on tables that you can filter by primary key (like Get a user by ID) or by foreign key (get user addresses by UserID if the address table has userID in it) etc.
DO code generators do more than the above?