TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Darren Rockett
NA
1
754
Model validation with data annotations
Jul 2 2015 4:01 AM
I am looking for a working example of the above, so far I have the following, (the model class is obviously separate), not sure how best to proceed
public class ApplicantMetadata
{
[Required]
public int APPLICANT_ID;
[Required]
[StringLength(100)]
public string APPLICANT_Title; }
[MetadataType(typeof(ApplicantMetadata))]
public partial class Applicant { }
Reply
Answers (
1
)
Dispathcher use in WPF application is best or worst.
[WPF] DataGrid: the tooltips on Path are not alwat visibile