什么是动态数据应用程序的好示例?
我将在两周内向一群极客演示动态数据。我正在寻找一个简单但全面的数据模型来构建应用程序。我基本上只是想注册模型并演示应用程序,在没有任何自定义的情况下构建(脚手架),首先演示列表和详细/编辑/插入视图,以及如何处理表关系。
我想避免其中一个标准,即 Customer->Order-OrderItem 模型,并尝试一些极客感兴趣的东西。也许是 Srum 项目跟踪器、错误跟踪器或类似的东西。
请问有什么建议吗?
I'm giving a demonstration of Dynamic Data to a bunch of geeks in two weeks time. I'm looking for a simpe, but comprehensive data model to build the application on. I basically just want to register the model and demonstrate the application, as built (scaffolded) without any customisation, to start with, demonstrating list and detail/edit/insert views, and how table relations are handled.
I'd like to avoid one of the standards, i.e. the Customer->Order-OrderItem models, and try something that would be of interest to geeks. Maybe a Srum project tracker, an or a bug tracker, something like that.
Any suggestions please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在工作中使用一些您自己的项目,以及数据库,您认为您的受众会感兴趣并使用它。
我知道它使用动态数据的另一个应用程序是: http://tailspintravel.codeplex.com/。它还集成到 MVC 应用程序中,以便您可以向他们展示 DD 和 MVC 可以在同一项目中协同工作。
Just take some of your own projects at work, well the database, that you think will be of interest to your audience and use that.
Another application of which I know that it uses Dynamic Data is this one: http://tailspintravel.codeplex.com/. It also integrates into an MVC application so you could show to them that both DD and MVC can work together in the same project.