Look into using vertex buffers for drawing
Using vertex buffers instead of the vanilla SpriteBatch.Draw can be a more efficient method of drawing multiple tiles to a screen.
Using vertex buffers instead of the vanilla SpriteBatch.Draw can be a more efficient method of drawing multiple tiles to a screen.