Facing issue the usage of Data Annotations in .Net 6 – Asp.net
**Hi, I'm using .Net 6 & visual studio 2022 community. My Model validations through Data Annotations are working for all HTML tags, i want to use only for some fields..** Code: public class Student { public int Id { get;…