摘要:
Remember those old posts on Dynamic LINQ? You are probably aware that Microsoft has made its implementation available as a Nuget package, but, like I said, you already have it in your machine, hidden inside the System.Web.Extensions assembly.In order to make it easier to use, I wrote a simple extens 阅读全文
posted @ 2013-08-16 14:18
孑孓子
阅读(496)
评论(0)
推荐(1)
摘要:
http://blogs.msdn.com/b/webdev/archive/2013/03/04/disabling-knockout-intellisense.aspx我升级了一下VS2012,项目中用到的knockoutjs,点击格式化就是(Ctrl+ED)的时候,文档将会被格式化,这个Knockoutjs的格式化 让我程序产生了问题,比如我的空格是 一个空格 <span data-bind="text:'@hello'+' world',它格式化后,把我变成多个空格<span data-bind="text:'@h 阅读全文
posted @ 2013-08-16 09:41
孑孓子
阅读(419)
评论(0)
推荐(0)