NHibernate 虚拟数据
是否有诸如 http://www.generateata.com/ 之类的工具可以为 NHibernate 映射生成虚拟数据?
Are there any tools such as http://www.generatedata.com/ which will generate dummy data for NHibernate mappings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 AutoPoco 获取一些测试数据并保存。
You can use AutoPoco to get some test data and save it.
AutoFixture (http://autofixture.codeplex.com/) 非常有用。
AutoFixture (http://autofixture.codeplex.com/) is quite useful.