10 2010 档案
[转] 深度理解依赖注入(Dependence Injection): Inversion of Control Containers and the Dependency Injection pattern
摘要:1):中文版:http://www.cnblogs.com/xingyukun/archive/2007/10/20/931331.html2) :Inversion of Control Containers and the Dependency Injection pattern http://www.martinfowler.com/articles/injection.html3):Ins...
阅读全文
[转载] SQL Server中Case的不同用法
摘要:1): http://soft.zdnet.com.cn/software_zone/2008/0326/783883.shtml2): you can learn more skill about sql in the following url:http://www.1keydata.com/tw/sql/sql-case.html-------------------------------...
阅读全文
[引用]SQL经典面试题及答案
摘要:引自:http://hi.baidu.com/peijixiangchina/blog/item/a1a9352ee9a817524ec2266f.htmlSQL经典面试题及答案1.一道SQL语句面试题,关于group by表内容:2005-05-09 胜2005-05-09 胜2005-05-09 负2005-05-09 负2005-05-10 胜2005-05-10 负2005-05-10 负...
阅读全文
[转] Difference between Abstract classes and Interfaces
摘要:Abstract Class versus Interface引自:http://www.codeproject.com/KB/cs/abstractsvsinterfaces.aspxBy Rahman Mahmoodi | 7 Jan 2008 Abstract class versus Interface: Usage and Implementation. Download source ...
阅读全文
Difference betweeen event and delegate
摘要:Difference betweeen event and delegate is1. Event : An event is a message sent by an object to signal the occurrence of an action. The action could be caused by user interaction, such as a mouse click...
阅读全文
6 important .NET concepts: - Stack, heap, Value types, reference types, boxing and Unboxing.
摘要:1. For english version: http://www.codeproject.com/KB/dotnet/6importentStepsDotNet.aspxhttp://www.csharpcorner.com/uploadfile/rmcochran/csharp_memory01122006130034pm/csharp_memory.aspx2. 中文翻译版: 详解.NET...
阅读全文
Reason not to use LINQ and reason to use
摘要:1). Are there any good Reasons not to use LINQ in my projcts? We use .Net 3.5 and VSTO 3.0.http://stackoverflow.com/questions/1576679/reason-not-to-use-linq2.When to use LINQ in your design?http://soc...
阅读全文
The difference between svcutil.exe and wsdl.exe (WCF)
摘要:1. Metadata Toolshttp://msdn.microsoft.com/en-us/library/cc304837.aspx2. Web Services Description Language Tool (Wsdl.exe)http://msdn.microsoft.com/en-us/library/7h3ystb6(VS.71).aspx3. ServiceModel Me...
阅读全文
Usefully Web Site for search MS technicalog like .net
摘要:http://forums.asp.net/t/1502389.aspx
阅读全文
REST of WCF
摘要:Representational State Transferhttp://en.wikipedia.org/wiki/Representational_State_Transfer
阅读全文
优秀架构文章链接总结
摘要: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...
阅读全文
What is the difference between Array.Clone and Array.Copy Method
摘要:Array.Clone Method:1).Creates a shallow copy of the Array.--------------------------------------------------------------------------------------------------------------------------------2). Remarks A ...
阅读全文
StructLayoutAttribute- control the physical layout of the data fields of a class or structure.
摘要:StructLayoutAttribute Classhttp://msdn.microsoft.com/en-us/library/system.runtime.interopservices.structlayoutattribute.aspx----------------------------------------------------------------------------...
阅读全文
Getting Started with LINQ in C# and Lambda Expressions (I)
摘要: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...
阅读全文
[转]ASP.NET面试题目集锦 -130
摘要:ASP.NET面试题目集锦 对ASP.NET程序员来说,面试时经常遇到一些技术问题。本文为您收集130道常见的ASP.NET面试题目,供大家参考。1. 简述 private、 protected、 public、 internal 修饰符的访问权限。答 . private : 私有成员, 在类的内部才可以访问。protected : 保护成员,该类内部和继承类中可以访问。public : 公共成员...
阅读全文