Tag Archives: .NET

Vici Project support has moved to StackExchange

We all love Stack Overflow, so when Joel Spolsky told the world that the platform would be made publicity available we move the Vici Project support to StackExchange. All questions regarding Vici MVC, Vici CoolStorage, Vici Parser, Vici WinService and … Continue reading

Posted in Programming, Software, The Web | Tagged , , , , | Leave a comment

GetHashCode() on a 32-bit vs a 64-bit platform

If you compile your .NET application with the standard “Any CPU” option, it will run as a 32-bit process on a 32-bit OS and as a 64-bit process on a 64-bis process. When you use GetHashCode() the generated hashes on … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

GetHashCode() in .NET 1.1 vs .NET 2.0

notepadd When migrating GarageTV from .NET 1.1 to .NET 3.5 I ran in a “strange” problem. It seems that there is a SearchBarrel table containing the links between keywords and posts (and some other info like keyword weight etc), so … Continue reading

Posted in Programming, Uncategorized | Tagged , , , | Leave a comment

.NET Podcasts – Polymorphic Podcast

Since I’m cycling to work I should start using my MP3 player a little more. I came across Polymorphoc Podcast today and I think I’m gonna give it a try. The busy jingle-jangle introduction during the first minute-and-a-half or so … Continue reading

Posted in Programming | Tagged , | Leave a comment