|
|
Browse by Tags
All Tags » .NET » C# 2.0
-
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /DesignMode /u /ShowCallStack /Configuration="C:\Data\Merrick\Projects\Data Access Guidance Package\Data Access Guidance Package\Data Access Guidance Package\bin\Debug\\Data Access Guidance Package.xml" "C:\Data\Merrick\Projects\Data Access Guidance Package\Data Access ...
-
A colleague of mine recently asked for how to create a one liner to iterate over the items in a list. In C# 2.0 this is best done using the System.Action<T> delegate ForEach method, as it reduces the lines of code that you would normally write.
Easy way to think of it, is to write the foreach loop in the normal way, then change the foreach ...
-
Check out the flex wiki site below. Has C# code examples for most if not all of the Windows API. Really useful for Windows programming.
www.pinvoke.net
|
|
|