G
Gene Wirchenko
Dear C-Sharpies:
I have some general questions that I have not been able to find
the answers for:
1) I am using Visual C# 2010 Express. The text that I am using
refers to command-line invocation of the compiler. What is the name
of the compiler's executable? They use csc.exe, but this does not
appear to be the name.
2) Is it possible to have my code default to checked?
a) If so, how do I set this?
b) If not, what is the easiest way to do this? Would putting a
checked block encompassing each source file do it?
3) The IDE is confusing at times. In particular, when I add an
existing file to a project, they do not show up anywhere, but then
they are in the project anyway. (This caused me a problem when I
added a file that had duplicate class names in it. I could not figure
out how to remove the file from the project or how to edit it within
the project to correct the duplicate names.)
4) Is there anything else that commonly feeds on C# newbies that you
would be so nice as to warn me about?
Sincerely,
Gene Wirchenko
I have some general questions that I have not been able to find
the answers for:
1) I am using Visual C# 2010 Express. The text that I am using
refers to command-line invocation of the compiler. What is the name
of the compiler's executable? They use csc.exe, but this does not
appear to be the name.
2) Is it possible to have my code default to checked?
a) If so, how do I set this?
b) If not, what is the easiest way to do this? Would putting a
checked block encompassing each source file do it?
3) The IDE is confusing at times. In particular, when I add an
existing file to a project, they do not show up anywhere, but then
they are in the project anyway. (This caused me a problem when I
added a file that had duplicate class names in it. I could not figure
out how to remove the file from the project or how to edit it within
the project to correct the duplicate names.)
4) Is there anything else that commonly feeds on C# newbies that you
would be so nice as to warn me about?
Sincerely,
Gene Wirchenko