Tag Archives: .NET 2.0
You want ASP.NET MVC? Choose Vici MVC!
Yesterday, Philippe Leybaert released Vici MVC 2.0. This full-blown MVC framework for building ASP.NET web applications without using WebForms is now part of the open-source Vici Project. Philippe describes Vici Project as follows: “The idea of the Vici Project is to provide … Continue reading
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
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