When Visual Studio 2010 generates code (example: select option to implement an interface), it generates "string" instead of "String", even if I have defined the interface with "String" parameters.
Is there a way to get VS2010 to always generate "String". My preference is to use the .NET type names, not the C# aliases for the types.