摘要:
代码风格检查:StyleCop代码缺陷检查:FxCop代码质量: 代码度量值/Code MetricsStyleCop介绍The StyleCop tool provides warnings that indicate style and consistency rule violations in C# code. The warnings are organized into rule areas such as documentation, layout, naming, ordering, readability, spacing, and so forth. Each warnin 阅读全文
摘要:
概述These seven foundational principles state that LINQ is:Ø Integrated: LINQ is a first-class citizen of .NET languages such as C# and VB and as such is fully type-checked. Inside Visual Studio i... 阅读全文
摘要:
和可以在客户端直接使用的查询对应,在服务端也有很多可以增强的功能Service Operations自己发布一些业务逻辑的处理Service operations enable you to expose business logic in a data service, such as to implement validation logic, to apply role-based secu... 阅读全文
摘要:
上一篇文章http://www.cnblogs.com/2018/archive/2010/10/15/1852579.html介绍了WCF Data Service的基础知识,下面介绍一下查询查询在WCF Data Services十分的方便,更强的功能在这些类别中可以看到WCF Data Service的超级威力。可以直接在浏览器中输入查询表达式等进行访问直接使用例子可从http://dski... 阅读全文