I am now maintaining someone else's code in C# and I have found something that I am not sure I understand.
So far when I program Winforms I usually write my classes (and other code). However in this program there are some modules that have partial classes and in the header there is a commentary of the form
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
What are this exactly and what template are they talking about?
(*) This are not the auto-generated partial classes generated when someone design graphically a form. I have seen and used those. I suppose it is something similar but not the same