I have a model classes that has a description property with a data annotation attribute of StringLength and length is set to 100 characters. When this property is more than 100
Create a view model that doesn't have a data annotation for the length, then you can map it to the entity model and truncate the value if it's longer than 100.