This was the first sample on the list at creators.xna.com, so it was the first one I converted.
This sample shows how to use trigonometry to make one 2D object aim towards another object as fast as it can. This can be useful when making spotlights, gun turrets, and more. The function TurnToFace does the hard work in this sample. You can copy it and use it in your game.