Comments
In vb.net & c# language Comments are differ. Example of Comments of vb.net & c# language.
VB.NET
' Single line only
REM Single line only
'''
------------------------------------------------------------------------------------------------------
C#
// Single line
/* Multiple
line */
///
/*
-----------------------------------------------------------------------------------------------------
Note: This code applicable for both desktop and web application.
------------------------------------------------------------------------------------------------------
1 comment:
Hmm nice it was.
Post a Comment