Skip to main content

visual studio comments



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

Comments

Popular posts from this blog

Shortcut keys inMSDOTNET 2015

when ever we want work with MS.net we have to learn about some keys which can help to improve our work force in development area .i  got some shortcut key in msdn ,You can view all of the keyboard shortcuts for Visual Web Developer. we can create our own shortcuts by doing the following:  on the  Tools  -->  Options ; it will open dialog box  of the Options ,  select  Environment  and then  Keyboard . we have to select the  Show all settings  check box in order to view the  Keyboard  setting. Shortcut Description CTRL+B Switches the selected text between bold and normal. CTRL+I Switches the font style of the selected text between italic and roman. CTRL+U Switches the font style of the selected text between underline and roman. CTRL+SHIFT+L Displays the  Bookmark  dialog box. CTRL+L When text is selected, displays the  Hyperlink  dialog box. ...

Fundamentals of Design Patterns

Fundamentals of Design Patterns   hi developers and programmers  in this post i am going to share Videos where i learned fundamentals of design patterns   it is great visual you can enjoy this  have a nice day