How many ways you can write comments in Visual Studio? We can do comments for internal documentation purpose. Dot net allows 3 types of comments. In previous languages(c,cpp) we learned how to write single and more then one line comments // this is example of one line comments /* this is Multi line comment */ XML Documentation comments can write in Visual Studio using three slash {///aaaa}.This commented data or information is used by developer with the help of tool Tip at code development time. above code we explained single,multi line comments and XML Documentation.. thank you
This site is made for freshers to guide by which they can get great information faqs dotnet csharp,sqlserver