追梦的家

导航

2011年7月26日 #

如何在Visual Studio 2010 32 Bits中的通过Project的Post-build Event执行 64bits的PowerShell

摘要: 应用背景:一些PowserShell Scripts需要在64 bits windows powershell中执行,例如一些SharePoint 2010的操作。Google在stackoverflow中查到方法,成功运用Because of file system virtualization, you can't really specify the path to the 64-bit version of PowerShell from a 32-bit process (ie Visual Studio - which hosts the msbuild engine). 阅读全文

posted @ 2011-07-26 21:41 追梦 阅读(461) 评论(0) 推荐(0) 编辑

2010年10月29日 #

Lambdas - Know Your Closures

摘要: In this post I want to discuss with you the importance of realizing how lambdas work (and why you should care). Let's dive right in with some code. Given the following code snippet, what would you e... 阅读全文

posted @ 2010-10-29 17:01 追梦 阅读(301) 评论(0) 推荐(0) 编辑

2010年10月14日 #

一个实用的工具类:How To: Generate a Random Password (C#/VB.NET)

摘要: [代码][代码]Code Output B$g3-6YpjA 阅读全文

posted @ 2010-10-14 14:05 追梦 阅读(475) 评论(0) 推荐(0) 编辑

2008年5月6日 #

在.Net中将Enum绑定到ComboBox控件 (思想适用于Asp.net和WinForm)

摘要: 介绍将枚举绑定到ComboBox控件的一种方式... 阅读全文

posted @ 2008-05-06 08:25 追梦 阅读(4220) 评论(3) 推荐(2) 编辑