7

I'm wondering if there is a good option for those of us using Express (or even Professional) editions without having to go outside the Visual Studio project (i.e. writing a ruby/perl/etc script to populate test/seed data).

If it helps I'm working on a C# .NET MVC 2 app within MS Web Developer 2010.

4

1 に答える 1

4

nBuilder

それは何ですか?

NBuilder では流暢で拡張可能なインターフェイスを通じて、テスト データを迅速に作成し、組み込みの .NET データ型 (int や string など) のプロパティやパブリック フィールドに値を自動的に割り当てることができます。NBuilder では、ラムダ式を使用して関心のあるプロパティをオーバーライドできます。

NBuilder はオープン ソース プロジェクトであり、Google コードでホストされています

nBuilder の作成者とのディスカッションを特集したPolymorphic Podcastのエピソードがあります。

于 2010-09-05T20:42:48.410 に答える