In addition to many of the techniques mentioned above, we have sometimes done a pair programming interview.
One or two interviewers sit down with the candidate and give them a problem that can be solved in 60-90 minutes. Visual Studio is prepped beforehand with a skeleton project, including a dummy unit test. We describe the problem on the whiteboard, then let the candidate start designing and coding.
The value in the exercise is that we get to see the candidate in action on a problem that's more complex than the typical whiteboard exercise (e.g., tell me if this linked list has a cycle). It gives us a good feel for what it would be like to work with the candidate, their personality, their attention to detail, their willingness to interact and ask questions.
From their perspective, it gives them a feel for the way we work and whether they like us. (Remember, in an interview, you're also selling the candidate on your company.) For candidates who haven't paired or done test-driven development, it's a great hands-on experience.
You can't cover as much ground this way as you would in a more traditional interview, but I feel it gives valuable data. It's also somewhat artificial in that in a real pairing session, you wouldn't be biting your tongue and refraining from making suggestions.
I've seen at least two candidates rejected because of the pairing interview. One wasn't doing well anyway, and the pairing interview sealed the rejection. The other had been doing well with the other interviews, and he gave great whiteboard when we discussed the problem initially with him. But he absolutely could not code worth a damn, which surprised us as his resume indicated that he was very experienced.