gpt4 book ai didi

breeze - 结果 js 与 Breeze js

转载 作者:行者123 更新时间:2023-12-04 04:55:27 25 4
gpt4 key购买 nike

就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用资料或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the help center寻求指导。




9年前关闭。




upshot js 是否正在积极开发中?所有结果文章都写于 2012 年 3 月。
结果js稳定吗? Breeze 似乎正在积极开发中。

准备好生产了吗?添加了 vs spa 应用程序模板,后来又删除了。什么时候会重新添加?我猜它会用结果重新添加,因为结果与 ms 相关联。

public class TodosController : ApiController {

readonly EFContextProvider<TodosContext> contextProvider =
new EFContextProvider<TodosContext>("TodosContext");

// ~/api/todos/Metadata
[AcceptVerbs("GET")]
public string Metadata() {
return contextProvider.Metadata();
}

// ~/api/todos/Todos
// ~/api/todos/Todos?$filter=IsArchived%20eq%20false&$orderby=CreatedAt
[AcceptVerbs("GET")]
public IQueryable<TodoItem> Todos() {
return contextProvider.Context.Todos;
}

// ~/api/todos/SaveChanges
[AcceptVerbs("POST")]
public SaveResult SaveChanges(JArray saveBundle) {
return contextProvider.SaveChanges(saveBundle);
}

// other miscellaneous actions of no interest to us here
}

最佳答案

根据最新路线图,结果已死:ASP.NET Webstack Roadmap

我想现在,Breeze是吗。我希望他们添加的样本比经典的 ToDo 更大,这样我们就可以看到它的真正能力。

关于breeze - 结果 js 与 Breeze js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12647151/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com