Hi all well i am writing my first snippet here, hope it will be helpful for all........:)
I am Create a windows form application (if you use console you will need to replace all the "MessageBox.Show()"s with "Console.WriteLine()" and change the the "+"s to ","s), then add reference to System.CodeDom.Compiler and System.IO. Then just add a button (or whatever you are gonna use to make your exe compile) and add the code)