13

At the start of any project, once you've got your object model there then comes a period of tedium as you crank out the skeleton code required.

Are there any tools that will help me with this task (including unit test skeletons if possible), a bit like the scaffolding feature in Rails?

Thanks.

abatishchev
  • 98,240
  • 88
  • 296
  • 433
Ben Aston
  • 53,718
  • 65
  • 205
  • 331

1 Answers1

9

It really depends on the framework stack that you're using:

Other that than, you could always code your own "scaffolding" using CodeSmith or MyGeneration

Also see this related question

Community
  • 1
  • 1
Mauricio Scheffer
  • 98,863
  • 23
  • 192
  • 275
  • I would have linked 'Web forms + dynamic data' to this url instead, as dynamic data was released and that's the official url. http://www.asp.net/dynamicdata – mmutilva Oct 19 '10 at 14:34