Knockoutjs CRUD操作?
问题描述:
您好,我正在寻找一种在我的应用程序中实现淘汰赛的方法。我的模型类使用字符串作为其id而不是int,因为许多示例使用。那么knockout将如何为我生成一个字符串id。
Hello, please i'm looking for a way to implement knockout in my application. My model class uses string for its id and not int as many examples use. So how will knockout generate a string id for me.
答
嗯,首先阅读本教程:
使用MVC4应用程序中的Knockout.JS和EntityFramework 5完成端到端的CRUD操作 [ ^ ]
使用Knockout.JS在ASP.Net Web表单中进行Knockout.js和CRUD操作 [ ^ ]
-KR
Umm, first go through this tutorials:
Complete End to End CRUD Operations Using Knockout.JS and EntityFramework 5 in MVC4 Application[^]
Introduction to Knockout.js and CRUD Operations in ASP.Net Web Forms Using Knockout.JS[^]
-KR