In my project (MVC5, EF6, .Net4.8), I need to prepare a document that contains the list of all field names and their DisplayNames.
For example, I have the following Classes in my DbContext:...public class Teacher
{
[Key]
public int Id { get; set; ...