What is an assembly information file for C # and how to use it?
The AssemblyInfo file is used to document your dll or exes to describe where the code comes from, its versions, etc. If your code is publicly available, then it is certainly good practice for you to add useful information as well. http://www.codinghorror.com/blog/archives/000141.html
If you create your project using NAnt, there is also a useful goal that allows you to dynamically build assembly information. http://nant.sourceforge.net/release/latest/help/tasks/asminfo.html
. , , (build/minor/major/etc)
:
http://msdn.microsoft.com/en-us/library/1h52t681.aspx
"". "". , , AssemblyInfo.cs, .
, "" , , # , , , .. , , , XAML, .. , , , .
. .
AssemblyInfo , .