Saw some code snippet inside AssemblyInfo.cs like
[assembly: someattributename]
What does this code mean?
I even saw some method to
Those are assembly attributes, as explained here.
They make up the version information for your assembly (or: executable) for example.