The beauty of C# and Linq
Today I faced the following challenge to solve: return all possible combinations of three source collections.
We are using C# and with Linq it was just so easy.
Today I faced the following challenge to solve: return all possible combinations of three source collections.
We are using C# and with Linq it was just so easy.
Tonight we got the following issue on our TeamCity build server which produce different ClickOnce setups :
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3652, 9): error MSB3482: An error occurred while signing: Failed to sign ....\Tests\Output\bin\DeployClickOnce\app.publish\setup.exe.
Find here a list of all my 38 posts for 2009! In the bold, the posts which got most traffic.
January
In some rare case I have to use Eclipse configured to access our Innoveo Solutions svn server. I also for sure have Visual Studio 2008 with VisualSvn installed which install TortoiseSvn.
Today I faced the following crazy issue, from a file browse window opened through Eclipse, I saw that one file was modified so I did from that file browse window a svn revert using TortoiseSvn which ended to a crazy situation in Eclipse. It was totally messed up.