摘要: http://forums.asp.net/t/1502389.aspx 阅读全文
posted @ 2010-10-26 13:27 higirle 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Representational State Transferhttp://en.wikipedia.org/wiki/Representational_State_Transfer 阅读全文
posted @ 2010-10-26 10:28 higirle 阅读(166) 评论(0) 推荐(0) 编辑
摘要: ASP.NET 架构http://www.cnblogs.com/yanyangtian/archive/2010/10/25/1860074.html系统架构师-基础到企业应用架构-表现层 http://www.cnblogs.com/hegezhou_hot/archive/2010/10/12/1849313.html系统架构师-基础到企业应用架构-业务逻辑层 http://www.cnbl... 阅读全文
posted @ 2010-10-26 09:38 higirle 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Array.Clone Method:1).Creates a shallow copy of the Array.--------------------------------------------------------------------------------------------------------------------------------2). Remarks A ... 阅读全文
posted @ 2010-10-25 17:58 higirle 阅读(278) 评论(0) 推荐(0) 编辑
摘要: StructLayoutAttribute Classhttp://msdn.microsoft.com/en-us/library/system.runtime.interopservices.structlayoutattribute.aspx----------------------------------------------------------------------------... 阅读全文
posted @ 2010-10-25 17:45 higirle 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Getting Started with LINQ in C#http://msdn.microsoft.com/en-us/library/bb397933.aspxIntroduction to LINQhttp://msdn.microsoft.com/en-us/library/bb397897.aspxLambda Expressions (C# Programming Guide)ht... 阅读全文
posted @ 2010-10-22 10:07 higirle 阅读(225) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2010-10-20 15:32 higirle 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ASP.NET面试题目集锦 对ASP.NET程序员来说,面试时经常遇到一些技术问题。本文为您收集130道常见的ASP.NET面试题目,供大家参考。1. 简述 private、 protected、 public、 internal 修饰符的访问权限。答 . private : 私有成员, 在类的内部才可以访问。protected : 保护成员,该类内部和继承类中可以访问。public : 公共成员... 阅读全文
posted @ 2010-10-08 10:16 higirle 阅读(498) 评论(1) 推荐(0) 编辑
摘要: 场景: A通过UI来创建,UI会检查A的有效性,无效的话是创建不出来的。那么我在使用从数据库Query 得到的A,我默认情况下,认为它是有效的,没有加判断。只有在此A是无效的情况下,调用A的地方,才有可能出错。我的问题是既然A是无效的,加了判断来防止抛出exception, 这样做是否合理?因为A本来就是无效的,不抛出Exception也仅仅是隐藏这个问题,反而更加难以发现这个问题。我到认为抛出E... 阅读全文
posted @ 2010-09-26 17:45 higirle 阅读(251) 评论(1) 推荐(1) 编辑
摘要: 1. Reflector -> Search Type (String)2.String.format() double click, you will see the code of the method by the reflector.Download Reflector from:http://reflector.red-gate.com/download.aspx?TreatAsU... 阅读全文
posted @ 2010-09-17 17:45 higirle 阅读(365) 评论(0) 推荐(0) 编辑