-
-
Right now we have to manually declare properties in order to mark them with validation attribute, which results in the following:
```cs
public class PersonPage : Json
{
[Required(ErrorMessag…
-
Hi, I have a user data model containing some underscore columns but I'm unable to insert, update and get records using the dapper extension library it is throwing reflection error below you can see:
…
-
is it possible to have search option inside the jtable child table??
-
Hello
I am using NSwagStudio version 11.17.19.0 to generate a C# class for the attached swagger json file
The generated class has the following error : `[System.ComponentModel.DataAnnotations.Ra…
-
### Description
System.ComponentModel.DataAnnotations.CompareAttribute genrates wrong error message.
Because it don't referes DisplayName property of DisplayNameAttribute but Name property of Disp…
-
It has been brought to my attention that using Local and Global resources in conjunction with MVC is [difficult to do and is best avoided](http://odetocode.com/blogs/scott/archive/2009/07/16/resource-…
-
The query in the example is actually meaningless, it should directly return an empty list instead of querying the database
```
using System.ComponentModel.DataAnnotations;
var services = new Se…
-
AutoInclude is a [not much documented, but very useful feature](https://dotnetcoretutorials.com/2021/03/07/eager-load-navigation-properties-by-default-in-ef-core/) since ef core 5, that allows you to …
-
I need to create controller GetValidations() method that returns a json response to the client (Angular 5) application. I want to dynamically create this json response from the data annotations and bu…