I use Visual Studio (C# Express 2008) occasionally to work with some vendor supplied C# code. I am looking to make my experience with it more like my experience with Eclipse. I have gotten accustomed to the way Eclipse handles underlining errors (in java source). When there is a error in my code in eclipse, it will usually be underlined right away, and if I fix it, the underline will disappear almost immediately, or at worst, when I save the file. In Visual Studio however, the underline remains until I next build the project.
Is there a setting somewhere I can change so that VS will build everytime I save, or even as I am typing? Or is this hard to do with C# because it is more complex in some way than Java? Or do I need to find someone to buy me the full (non express) version? Also, what is the squiggly underline feature called? I fear this question may have been asked before but I don't know what the magic word to search for is.