摘要:
原文: http://weblogs.asp.net/podwysocki/archive/2009/02/26/functional-c-fun-with-folds.aspx Recently on Twitter, I’ve stated that many times when explaining these functional programming terms t... 阅读全文
摘要:
This is very simple but effective script. It list all the table without primary keys. USE DatabaseName; GO SELECT SCHEMA_NAME(schema_id) AS SchemaName,name AS TableName FROM sys.tables WHERE OBJECTPRO... 阅读全文
摘要:
The WCF/WF 4 training kit contains a set 6 hands on labs that will help you quickly get up to speed with Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) in .NET 4. The labs... 阅读全文