摘要:
维护一个旧程序 linq2sql,出现row not found or changed的异常, 查博客园,文章都是一大抄,都不对。 想想之前都能保存的。这个异常是在加了字段之后出现的。 因为用vs.net 2017, 默认没安装linq2sql, 我是手动编辑dbml文件的。 然后我检查一下数据库这 阅读全文
摘要:
I have the following routing, which works on invokation /api/demo/info/34. [Route("api/demo")] public class Demo : Controller { [HttpGet("Info/{x}")] 阅读全文