employer cover photo
employer logo
employer logo

Information Dynamics

Is this your company?

Information Dynamics Interview Question

write a syntax about validation in mvc

Interview Answer

Anonymous

Aug 26, 2025

[Required(ErrorMessage = "Email is required.")] [EmailAddress(ErrorMessage = "Invalid Email Address.")] public string Email { get; set; this is sample