Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you generate documentation from the C# file
commented properly with a command-line compiler?

Answer Posted / mohan kumar e.

By /doc switch in the commandline compiler we can generate
xml documentation.
csc ab.cs /doc:ab.xml

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the usage of Enumeration in C# Programming and is it good to use or not ?

1018


What is a class level variable in c#?

1031


What is a generic in c#?

969


What are assemblies?

984


What Happens In Memory When You Box And Unbox A Value-type?

921


In object oriented programming, how would you describe encapsulation in c#?

1007


What operators can be used to cast from one reference type to another without the risk of throwing an exception?

942


What is the difference between abstract class and interface in c#?

994


Explain the difference between a struct and a class?

996


How do I unload an application domain?

988


Can derived classes have greater accessibility than their base types?

986


Which debugging tools you can use in the .NET ssSDK?

1015


What does console readline do in c#?

957


what is IComparable

1039


if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

2438