Home Articles Packages Things
  • 2019

    Episerver errors

    How to fix them

  • 2018

    Using Var

    Usage of "var" allows for cleaner code, but it also makes it easier to write code that is harder to maintain.

  • 2014

    Visual Studio RegEx

    The Visual Studio RegExp syntax is not entirely standard. These are the most basic differences.

  • 2008

    ASP.NET Url Rewriting and Postbacks

    When using url rewriting in combination with asp.net, postbacks tend not to go to the rewritten url but to the underlying real url. Since .NET 3.5 SP1 this is easily fixed.