I am mainly a java programmer, using linux/os x for as long as i remember. I am extremely comfortable in emacs and usually prefer doing things through command line.
I need to create a internet explorer addon for our next project. I need to intercept url ie is about to download and if they meet certain criteria pass it to our application.
So my questions are,
- How can i build a c# project through command line so i can integrate it with our current build process.
- Current i have windows 2k installed in a virtual machine that i use for testing. Is there going to be any compatibility problems.
- I am assuming i am going to be creating a dll and inject it to ie to intercept url's. Am i on the right track?