|
|
Browse by Tags
All Tags » .NET » .NET 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 ...
-
For my current project I have inherited a couple of customized RMO applications. They help to create the merge publication, publication snapshots, subscribers, subscribers snapshot and synchronization sessions. When it became time to use the application on a Windows 2003 64 bit server I came across a couple of issues when trying to ...
-
http://www.woodwardweb.com/vsts/000286.html
Hack #1 - Stopping Team Explorer from connecting on Visual Studio 2005 Start-up
Add a DWORD value called "AutoLoadServer" under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation. Zero means do not reconnect automatically.
I first read about this setting over at Tim ...
-
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 ...
-
Use this tool to enforce comments being added by developers when the check-in their code to a tfs source repository
http://blogs.vertigosoftware.com/teamsystem/archive/2006/08/22/3417.aspx
More information can be found here about how to create check-in policies ...
-
We had a requirement to allow a front page, which was another local report, to be printed before the report within the report viewer was printed. As both reports were local reports it was easy to create a print button which allowed us to meet the requirements, here is the code that we used:
if ...
-
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
|
|
|