This article provides a solution to manage WCF service configuration in a central store instead of in configuration file. (本文提供一种使用配置集中管理代替配置文件配置WCF服务的方案。) Read More
posted @ 2009-03-23 23:11
Teddy's Knowledge Base
Views(4952)Comments(17)Diggs(0)
Title: Support EngineerQualifications: 1. Bachelor’s degree in computer science2. Over 2 years solid working experience in software developing 3. Good skills on Visual Studio, client-side scripting, C... Read More
posted @ 2009-02-10 17:58
Teddy's Knowledge Base
Views(982)Comments(0)Diggs(0)
Senior Software EngineerCandidate should have thorough knowledge of design, development, and deployment of large-scale web-based solutions using the Microsoft platform (IIS, ASP, ASPX, MSSQL, COM, MTS... Read More
posted @ 2008-09-09 09:39
Teddy's Knowledge Base
Views(2091)Comments(9)Diggs(0)
本文介绍一组NBearV4中的基于Emit动态生成代码的辅助类,部分概念在本人的blog之前的文章中或多或少都有介绍,这里包含最新的更新及演示、测试。主要是两个类:CodeGenerator和DynamicMethodFactory。前者提供了一种经过封装的,简化Emit方法(包括Emit DynamicMethod,Constructor,Method,get、set Method of Property)的方案;后者基于前者,实现了一种访问指定类(可以是第三方程序集的internal类)的方法或成员变量,实例化第三方程序集中的internal类型,高性能的以非泛型语法访问泛型方法的机制(通过DynamicMethod和Delegate实现)。 Read More
posted @ 2007-10-10 11:56
Teddy's Knowledge Base
Views(6570)Comments(14)Diggs(0)
Kevin McFarlane的C#版DesignByContract Framework实现从02年在CodeProject发布至今,几乎成为C#开发中大多数朋友使用的事实标准。本文结合对该框架的使用经验,在Kevin的原始版本的基础上,使用Strategy Pattern对其进行进一步的扩展,对最常用的检查语义进行封装简化。本文改进的源码以Public Domain协议发布,也就是说,完全没有任何限制。 Read More
posted @ 2007-10-05 15:01
Teddy's Knowledge Base
Views(6049)Comments(7)Diggs(0)