ASP.NET, Bugs, Code »

[17 Oct 2009 | 0 Comments]

The session Id is written to a cookie only when Session.SessionId is called, in my current project we don’t use many sessions in the application but they are used by some partial views to pass data around. Because Session.SessionId is not called before the page is flushed, when the view decides tha... [More]

Headline, ASP.NET »

[1 Oct 2009 | 0 Comments]

The MVC preview 2 is out and luckily they seem to have concentrated alot on data annotations, which makes me feel validated with my approach on the latest site I've been working on.   Despite preview 1 not supporting complex objects with data annotation model binding I chose to write a hack ca... [More]