Tomas Voracek

Opera saving files with .rar extension

Posted on July 5, 2011

I recently found that Opera (since version 10) is saving all binary files as .rar files.

Filed under: Other No Comments

Future of C#

Posted on October 31, 2010

Long awaited compiler services coming in C# 5.0?

Tagged as: , No Comments

Welcome to SharePoint hell

Posted on March 29, 2010

Recently I started working on small application build on top of SharePoint 2007. I was brave and excited. Oh boy, but what i have learned!

.NET Framework inconsistency

Posted on January 30, 2010

While working on project i realized that Enum class (and others) is missing TryParse method. This will be fixed in .NET 4.0, but why BCL team omitted this when basic types like Int32 etc have it since .NET 2.0? Enum is so essential and useful, so i can’t understand why is it missing so important [...]

Filed under: .NET No Comments