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...

What?s the difference between <c> and <code> XML
documentation tag?

Answer Posted / surojit

What’s the difference between <c> and <code> XML
documentation tag?
Single line code example and multiple-line code example.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of assembly?

1108


What is indexer c#?

929


Write a syntax for writing a event delegate.

997


What is oledb in c#?

988


What is ioc containers c#?

930


How to put assembly in gac?

945


What does a constructor do c#?

969


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

2299


What are the different types of comments in c#?

919


What is a console?

996


What does void mean unity?

994


Is int an object in c#?

946


What is the difference between a class and an object c#?

1034


What is the use of console readline () in c#?

906


Can you mark static constructor with access modifiers?

1021