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 [...]
