-
```
I know it sort of steps away from the core performance orientated design of
Dapper but I'm currently writing (and have a 60% complete) implementation of a
Linq provider that works with Dapper.
…
-
```
I know it sort of steps away from the core performance orientated design of
Dapper but I'm currently writing (and have a 60% complete) implementation of a
Linq provider that works with Dapper.
…
-
```
I know it sort of steps away from the core performance orientated design of
Dapper but I'm currently writing (and have a 60% complete) implementation of a
Linq provider that works with Dapper.
…
-
```
I know it sort of steps away from the core performance orientated design of
Dapper but I'm currently writing (and have a 60% complete) implementation of a
Linq provider that works with Dapper.
…
-
I am trying to delete entities just by giving the PK however it fails if the entity contains Complex Type fields
Example
```
public class BowtieCauseDetails
{
[Key]
p…
-
When performing an update that also adds a child entity, the `INSERT` is performed before the `UPDATE`. However if the insert would fail due to concurrency, a `DbUpdateException` is thrown when I'm ex…
-
J'ai un pb sur le CreateAsync( ) à cause de ICandidate.
ICandidate est très pratique quand on arrive depuis la couche web, car il permet de "tester" et/ou de valider l'entité candidate AVANT d'appe…
-
# Overview
### Question
Could it be possible to have alternative ways of using of describing fields to `SmartPaste`?
Two possible ideas I have are:
- Binding data models, using annotations for…
-
### Background and motivation
I'm using JetBrains.Annotations as internal classes in my library and since trimmer doesn't know about these attributes they will be preserved in the final build, but si…
-
I am working in .Net 8 and running into an email validation issue using the [EmailAddress] attribute.
Consider the following test:
```
[Fact]
public void EmailAddressAttributeTest()
{
var e…