随笔分类 -  VB.NET/C#

语言,应用层面
摘要:请参看下文链接: http://lancefisher.net/blog/archive/2008/05/07/linq-to-sql---case-statements.aspx 阅读全文
posted @ 2009-09-14 23:54 卜海清 阅读(488) 评论(0) 推荐(0)
摘要:原文: 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... 阅读全文
posted @ 2009-09-11 23:48 卜海清 阅读(446) 评论(0) 推荐(0)
摘要:SQL Server data type          CLR data type (SQL Server)    CLR data type (.NET Framework)  varbinary     ... 阅读全文
posted @ 2009-08-28 00:06 卜海清 阅读(234) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2009-08-26 09:49 卜海清 阅读(667) 评论(0) 推荐(0)
摘要:今天在思考如何在VB 2008里引入partial method呢? 发现原来不是什么方法都可以声明成partial method的。 The definition must meet the following conditions: The method must be a Sub, not a Function. The body of the ... 阅读全文
posted @ 2009-03-11 16:50 卜海清 阅读(262) 评论(0) 推荐(0)
摘要:最近在一直的练习用VB。NET来书写程序。在VB中加入一个app.config文件,会有自动帮你生成一段关于Log output的配置,具体请看 ... 阅读全文
posted @ 2009-03-10 10:39 卜海清 阅读(434) 评论(0) 推荐(0)
摘要:New features in Visual Basic 10VB10里会有哪些新功能呢? 今天在codeplex 网站看到了一个介绍VB10新功能的文档.(http://code.msdn.microsoft.com/vbfuture) 下来研究了一下.VB10和VB9比起来没有太多的亮点,只是对实用性方面作了一些改进. 像 Auto-implemented properties, Multi... 阅读全文
posted @ 2008-12-31 16:30 卜海清 阅读(185) 评论(0) 推荐(0)