How to get the field name for a model property
Ever needed to find the name that'll be generated for a property in MVC? Here's how
Ever needed to find the name that'll be generated for a property in MVC? Here's how
I think ASP.Net WebForms is really quite good, and here's some thoughts on the topic
A wrap up from my talk on doing unit tested ASP.NET with Umbraco
An easy way to return XML from ASP.NET MVC
Using implicit operators in model binding with ASP.NET MVC
Articles, links and helpful tidbits for working with Webforms MVP
Cross-Presenter messaging is really handy, and here's how to do testing of it when it's in a presenter
An overview of WebForms MVP Contrib project
Articles on the topic of web development
A couple of months ago I picked up a cope of Advanced ASP.NET AJAX Server Controls and read it cover-to-cover. When ASP.NET AJAX was first released back in 2007 I bought …
So today I had a problem which was doing my head in. I had a form which has a bunch of DropDownLists on it, some of which are disabled (depending on the radio button selection). …
Well avid reader I'm sure you are able to work out what the title is in reference to (bonus points if you got the episode right). Well there is a bit of a reason for it, but it's …
In my recent blog browsing I came across an interesting post from Joel at See Joel Program on maintaining an ASP.NET session within an AJAX application. It's a very good post and …
Recently I've been doing a lot of AJAX work, I'm preparing a presentation on best practices. I've also been helping some people at work who has been working on a very AJAX rich …
As a general rule I'll avoid web cookies, they've got a bad wrap, and are too often used and abused. But for storing long life information on a client there's not really anything …
So today I was working to fix a problem on a site of ours which was to do with logging out of a site which uses the Umbraco Membership as the authentication provider. The bug was …
So it can be generally agreed that UpdatePanels are evil. Plenty of people have blogged about this, there's a good post here which goes over it in more details. To give a …
So I was going through my blog feeds the other and came across a post about the CTP release of an ASP.NET Virtual Earth server control (Channel9 video here). I'm doing quite a bit …