. 不实用,还小有点意思-IE6 UI测试中的小发现
应该还没有发过博客园首页,很微小的经历,却很想跟大家分享,没有丝毫技术含量,权当轶事听之。 因为2周前离开了原来的公司,也离开了相随3年多的SharePoint,开始新的IT征途,到新公司做常规的
. DevTeach Toronto 2010 sessions
The DevTeach Toronto 2010 session list is now online. Need a few reasons to attend DevTeach 2010 ? How about direct access to these .NET experts?
. 微软云计算组件“Huron” –最新动态及应用截图
微软同步框架团体(Microsoft Sync Framework)公布了“Huron”项目的最新开发进展。Huron是一个目前正处于筹划开发初期的项目,整个开发时间并不太长。
Huron是什么?
一句
. General Purpose ASP.NET Data Source Control
OK, you already know about the ObjectDataSource control, so what’s wrong with it? Well, for once, it doesn’t pass any context to the SelectMethod , you only get the parameter
. LINQ 的查询执行何时是延迟执行,何时是立即执行,以及查询的复用
延迟执行的经典例子 : 我们用select ++i 就可以看到在foreach 时候,查询才被执行。 public static void Linq99() { int[] numbers = new int[] { 5, 4, 1, 3, 9, 8, 6, 7, 2, 0 }; int
. 安装.net4.0时出错:Returning IDOK. INSTALLMESSAGE_ERROR [需要的文件不能安装,因为 CAB 文件 F:\aa41b2856ff817e6334a02\netfx_core.mzz 的数字签名无效。这可能表示 CAB 文件已损坏。]
环境:Windows Server 2003 IIS 6.0 IE 6.0,x86系统。系统并不是新安装的,但是除了IIS没有任何软件。
Installation Log:
OS Version Information: ...
[8/3/2012, 16:54:4] OS Ve
. FlowDiagrams 简易模型绘图组件
摘要: FlowDiagrams 控件是一个独立的,完全自主版权的强大绘图组件,完全基于 .Net 2.0 实现。支持动态图和Windows 组件绘图,并具备良好的扩展性,可以短时间完成自定义的绘图对象。 阅读全文
. T4 Templates in ASP.NET MVC
Here’s a little known fact about T4 Templates…well besides that they exist in the first place. Visual Studio 2005 had support for T3 templates. T4 is the natural successor to T3
. WebService开发(一) 如何使用Soap头
平时写Web Service时经常会对Service的访问进行安全控制,方法很多,这里介绍一下如何用Soap头来进行控制的一例。 第一步,引用需要用到的名称空间
using System; using System.Xml;
. ASP.NET程序员面试试题
ASP.NET 程序员面试试题(一)
姓名: _________ 班级: __________
一、填空题:( 10 分,每空 1 分)
1. 面向对象的语言具有____