Foxhole Atheist
Friday, August 17, 2018
nullable int which is key in dapper and getting casting errors?
do this
[ExplicitKey]
[Computed]
Thursday, August 16, 2018
see why POST data is null
public int SaveBlah([FromBody] Object blah)
{
var jsonString = blah.ToString();
Blah result = JsonConvert.DeserializeObject<B;ah>(jsonString);
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)