ImGonaRot
ImGonaRot
I know batching is working but the OData client is not working when inserting a new parent and new child at the same time. Ex. `Parent p = new Parent();...
I have a SQLite database with a table that has a column defined as the following: `CreatedDate DateTime DEFAULT (date('now')),` While using Dapper Execute command, I can insert a new...
Under the "[Default Transformation](https://github.com/microsoft/json-document-transforms/wiki/Default-Transformation)" section there is an array listed as "SupportedVersions" that says the default transformation for arrays is append but when going to the "[Replace](https://github.com/microsoft/json-document-transforms/wiki/Replace-Transformation)" section, it does...
When installing the Microsoft OData v4 Web API Controller scaffolding they are only showing under C# projects. I'm sure there are still a lot of VB developers that would like...