python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Annotating data in Doccano
Does anyone know why I do not get the tags in my dataset as shown on the tutorials/examples? I've highlighted a Dutch word with the tag 'direct medical relevance' but it doesn't appear as tagged when ...
Azadi
Votes: 0
Answers: 1
How to prevent required validation on a read only form in .NET Core Razor pages
I have a read only form where it's only function is to search on the provided parameter and populate the form with the results, I am binding it to a model but the model uses the Required data annotati...
obb-taurus
Votes: 0
Answers: 1
Custom API Response Data Annotation
I'm currently building a Web API, I'm having problems displaying a response when there is an error in DataAnnotation Validation
Here is the code:
public class NewPatient
{
[StringLength(13)]
[Requ...
Konsultan IT Bandung
Votes: 0
Answers: 1
C# How to validate null optional array parameter in REST API?
Imagine that I have an endpoint that accepts optional MyParam string array attribute.
How to check it if it's null or empty with most basic way - Data Annotations would be the best.
https://stackoverf...
user18154574
Votes: 0
Answers: 1