Let\'s say I have a buggy application like this:
using System; namespace ConsoleApplication1 { class Program { static void Main(string[] args)
If the reason you don't want to redeploy the whole stuff is because it is really half a gig, you should probably use some sort of binary patch tool - that's the first result on Google:
Binary Diff http://www.daemonology.net/bsdiff/