This is an open forum for any mojoPortal topics that don't fall into the other categories.
I see that there are a bunch of code templates for Codesmith provided, but I'm wondering what the difference is between these, and the Code Snippets feature in Visual Studio 2010? I've found the code snippets to be quite useful. Is one inherently better than the other?.
code snippets is just for copy/pasting little bits of code. Codesmith is for generating code based on a database table, ie you can generate data access CRUD (create, retrieve, update, delete) code, a business class, some ui code etc.