How Documentation of C# file?

Asked By 0 points N/A Posted on -
qa-featured

How can I create the documentation of a C# file that is very well commented on using Visual Studio 2005?

I had to use command prompt for this documentation. Please help me out in generating this document otherwise it will be a very lengthy job.

SHARE
Best Answer by Hoting Gracia
Answered By 0 points N/A #92863

How Documentation of C# file?

qa-featured

 To create the documentation of C# file, you will have to compile your file using Visual Studio Command prompt.

When you compile with the doc parameter, the compiler will search for all XML tags in the source code and create an XML documentation file.

To create the final documentation based on the compiler-generated file, you can create a custom tool, or use a tool such as Sandcastle.

Best Answer
Best Answer
Answered By 5 points N/A #92864

How Documentation of C# file?

qa-featured

 

Hi , Nadeemrao IIS is like the Heart of C# which is an acronym for C-Sharp which is a coding language of .net which is developed by microsoft and this language is similar to C and also it is majorly used in many programs for smooth execution.

Coming to Windows Application Form in C#.net it is simple and as it is drag and drop and no need to generate any code for that as automatically code will be generated.
 
IIS can be even installed from the options available in the system in the control panel just go and enable them and if you are using windows then run the cd and select 3rd option for IIS installation.
 
Documentation can be done easily just you have to know the logic then you can implement it anywhere and the length of program depends on the programmer logic using for developing.
 
Thank you.

Related Questions