Using Comments in XAML Silverlight


Introduction and Use

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

Find the used comment in screenshot below:

Comments

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples