41 skills found · Page 2 of 2
tgharold / RecursiveDataAnnotationsValidationRecursively validate DataAnnotations.
xljiulang / RateLimiting.DataAnnotations在Asp.netCore中使用Attribute来描述限流
Independer / WcfdataannotationsThis repository is a fork of DevTrends WCF DataAnnotations
christiansc96 / Demo DataAnnotationsThis project is a demo that was done in the talk "How Massive it is to use Data Annotations in C #!" in the DevTeam504 community. I used Data Annotations for validate my models.
boostcampaitech4lv23cv1 / Level2 Dataannotation Cv Level2 Cv 05level2_dataannotation_cv-level2-cv-05 created by GitHub Classroom
joaofbantunes / AspNetCoreRazorPagesInnerModelLocalizationSampleVery small sample of how to localize DataAnnotations in models that are inside page model classes.
boostcampaitech4lv23cv1 / Level2 Dataannotation Cv Level Cv 02level2_dataannotation_cv-level-cv-02 created by GitHub Classroom
boostcampaitech4lv23cv2 / Level2 Dataannotation Cv Level2 Cv 13level2_dataannotation_cv-level2-cv-13-1 created by GitHub Classroom
cosmos-stack / Cosmos ValidationA Powerful Validation Component. Provide strong or weak type rules based on annotations and fluent interfaces. Compatible and can be integrated with FluentValidation and DataAnnotations.
itsanuragkumarjha / Custom YOLOV9 Room Cleanliness DetectorThis project leverages a custom-trained YOLOv9 model to detect objects related to room cleanliness. Built with Gradio, it provides an interactive web interface where users can upload images and adjust detection parameters. The app returns images with annotated bounding boxes around detected objects, aiding in room organization tasks.
olumideodetunde / Emotion RecognitionThis project uses physiological signals from participants and a self report data annotation to classify emotions of participants using signals obtained from a wrist-worn smart device
juniorporfirio / MinimalApis.ValidatorsThe easiest way to use validations with Web-Apis to .NET 6 Minimal Apis.
mind-ra / DependentValidationDependentValidation is a netstandard2.0 library that extends the System.ComponentModel.DataAnnotations with conditional attributes based on another property of the validated object.
geeksarray / Entity Framework Core Code First Migration Using Separate Assemblycreate a Class library project, data models with DataAnnotations validation, ApplicationContext class implementing DBContext, and implement IDesignTimeDbContextFactory to avoid the use of startup class.
JeremySkinner / BetterDataAnnotationsValidatorExtensible alternative to the built-in DataAnnotations validator
stefansedich / Backbone.Validation.MetadataAdd the ability to use DataAnnotations validation with your Backbone.js models
RedRoserade / Asp Mvc ReactAn attempt to generate a JSON Schema-like structure for use in javascript validation using DataAnnotations.
jimschubert / ContainsAttributeExampleAn example of using DataAnnotations and jquery.validate.unobtrusive.js from beginning to end in MVC3
xt0rted / Nancy.Validation.DataAnnotations.Extensions.NET 4.5 Data Annotation support for Nancy
IeuanWalker / AppSettingsAutomatically generates the registration code for IOptions and can validate them on startup using DataAnnotations or fluent validation.