TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Interviews
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
What are the types of comment in C# ? ?
By
Pavan Ramamurthy
in
C#
on
Aug 21
2013
2
2.1k
2
Post Your Answer
Submit
Sep, 2017
5
Three
0
Aug, 2013
21
1.Single line
Eg:
[csharp] //This is a Single line comment[/csharp]
2. Multiple line (/* */)
Eg:
[csharp] /*This is a multiple line comment
We are in line 2
Last line of comment*/[/csharp]
3.XML Comments (///)
Eg:
[csharp]/// summary;
/// Set error message for multilingual language.
/// summary[/csharp]
0
Which class that has properties which can only be inherited but cannot be accessible ?
Write a Connection-string applicable for Entity Framework Codefirst and explain how it is recognised
Most Popular Job Functions
Developer (2375)
Programmer (1288)
Sr. Developer (827)
Sr. Programmer (449)
Fresher (398)
Tech Lead (377)
DBA (244)
Team Lead (187)
Project Lead (83)
Architect (28)
View All
MOST LIKED QUESTIONS
Why do you want to leave your current company?
What are the advantages of using REST in Web API?
What is ASP.NET Core?
How to iterate through ArrayList in jQuery?
What is the difference between TempData keep() and peek() function?
A class provides a default constructor for me. I write a constructor that takes a string as...
Can multiple catch blocks be executed in a C# program?
what is Sealed class
What were your responsibilities in your previous job ?
What Operating Systems Node.js Supports