All things related to software development. Emphasis on solution architecture and web development, with a heavy MS bias. A couple of my latest blog posts are below, check the archives or tag cloud for more. Technologies most used in this blog are: .NET, C#, ASP.NET MVC, Javascript and jQuery.
First impressions of Nokia Lumia 800
I know I’m late to the game but I received my Lumia only yesterday. I’ve had a Windows Phone 7 LG E900 a.k.a LG Optimus 7 for 16 months now and I’ve generally been very happy with it. Even though the … more
Problems with Internet Explorer compatibility view
A while ago I blogged about forcing site rendering to be done with Internet Explorer’s latest engine. This feature is very well documented by Microsoft. Not that well documented is that adding … more
Different ASP.NET MVC master page for authenticated and unauthenticated users
I guess this is a common problem: you need to have different web site layout for unauthenticated users. In simple cases this is very easy: just use masterPageFile attribute on views. But it gets more … more