Archives

Archives / 2010 / May
  • SecurityManager depricated API in .NET 4.0

    Tags: NET

    While I was upgrading Castle Windsor to support .NET 4.0 build scripts, I came across an interesting depricated API. If you have set Warnings are Errors in your project settings, you'll definetly get … more

  • CrossDomain Problem with Silverlight Applications

    Tags: WCF

    When creating Line of Business (LoB) applications with Silverlight, the only choice to get the data to the application is through webservices. People having their Silverlight application hosted on … more

  • MVC and NHibernate problem with IIS 7

    Tags: NHibernate

    In the process of upgrading my IIS 6 to IIS 7, my website was down for almost a whole day. The problem, at first, was that only front page of the site worked all other pages returned a status 404 due … more

  • Custom Principals in ASP.NET Applications

    Tags: ASP.NET

    I've spent the last couple of hours trying to get a web application working. The problem was that the web application uses a custom Principal object, implementing IPrincipal interface, but upon … more