When Cods Collide: Collision Detection in XNA

Betsy Aoki has posted a great article about collision detection in XNA. Colllision detection is the process of determining whether two or more of your game objects are touching, for example, a grenade hitting a wall, or a ping pong ball hitting a paddle.

She goes through a couple of different methods in the article, and it's very useful stuff.