Using Comments in XAML Silverlight



Introduction and Use:

XAML allows us to write comments inside the coding. Comments will be parsed but they do not affect our results. It is a very good practice to used comments inside code; this will decrease documentation problems. We often read code developed by another developer and if they have used comments, we'll understand quickly. Even if we read our own logic after a couple of years, this will be very useful here.

Find the used comment in screenshot below:

Comment.gif


Be tuned for next post.

HAVE A GREAT CODING...

erver'>

Similar Articles