找到相关内容 6
Unity TIP2: Configuration之构造器注入、属性注入、方法注入
1:本篇基于如下的场景 a:主项目只和接口项目相关,如下: 也即,ConsoleApplication1只和IBiz和IDal相关。顺便说一下,为了演示注入,IDal要用到IBiz项目。 b:类结构如下: SampleClass1,SampleClass2,SampleClass3,都继承自IClass 其中Samp
http://www.cyqdata.com/cnblogs/article-detail-42685 
WCF 第十三章 可编程站点 使用WebOperationContext
寄宿服务使用WebHttpinding绑定来读或者写HTTP上下文是很常见的。这可以使用WebOperationContext类实现。有很多理由来访问HTTP上下文。你可能想要读取自定义的认证信息头或授权信息头,控制缓存或者设置内容类型,例如。   图片13.3 显示了一个在当前计算机上显示墙纸的网络应用程序。整个应用程序是使用一个WCF服务创建的而且可以使用网络浏览器访问。 图片13
http://www.cyqdata.com/cnblogs/article-detail-39601 
SOA:服务集成成熟度模型(Service Integration Maturity Model)
    基本上每个方法框架都有成熟度之说,例如CMMI分级、企业架构 - 企业架构成熟度模型(EAMM),SOA出现的最明显的好处之一就是集成性, The Open Group发布了一个OSIMM模型(The Open Group Service Integration Maturity Model),本篇主要结合SOA Source这本书的内容来介绍一下O
http://www.cyqdata.com/cnblogs/article-detail-32303 
SharePoint Central Administration Feature开发要点‏
在SharePoint开发中,我们有时需要在Central Administration中部署Feature,这样的Feature(以下简称CA Feature)通常都是完成一些全局的管理操作,比如说公司开发出多个SharePoint可重用的组件,准备以产品的形式对外销售,这个时候就得通过部署一些CA Feature去对整个Farm中已经安装的SharePoint组件授权进行管理。  
http://www.cyqdata.com/cnblogs/article-detail-28731 
Front-line of Front-end, Rational Front-end Performance Tuning in ASP.NET MVC, II
Background In the post, Front-line of Front-end, Rational Front-end Performance Tuning in ASP.NET MVC, I, I have illustrated a way to rationally increase front-end performance. However, we still have
http://www.cyqdata.com/cnblogs/article-detail-6517 
关于JavaScript中Function Declaration与Function Expression的进一步说明
引子 我在1月12日发表了《解读ECMAScript[2]——函数、构造器及原型》一文,文中提到了函数声明(Function Declaration)与函数表达式(Function Expression)的概念。在那篇文章中,重点对两者与ECMAScript内置对象Function之间的关系进行了论述,而对两者的区别未加以详细说明。昨天晚上对Web前端颇有研究的jee.ch
http://www.cyqdata.com/cnblogs/article-detail-4165