Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
What are the types of comment in C# ? ?
Pavan R Bhupalam
11y
1.3k
2
Reply
Submit
Three
Mukesh Kumar
7y
0
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]
Pavan R Bhupalam
11y
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
Message