Interview Questions

Pick the command line that would result in the C# compiler generating an XML documentation file ...

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

Pick the command line that would result in the C# compiler generating an XML documentation file ...

Pick the command line that would result in the C# compiler generating an XML documentation file
* csc /doc:NewHome.xml NewHome.cs
* c /doc /docfile: NewHome.xml NewHome.cs
* csc /doc /out: NewHome.xml NewHome.cs
* csc /xml NewHome.cs


csc /doc:NewHome.xml NewHome.cs

(Continued on next question...)

Other Interview Questions