Primary constructors reduced declaration of various contructors with diferent arguments. Primary constructors is declare on the type declaration and this is why it so special. For example: public class Person ( string defaultName) { private string m_Name...