Robert Mulder
Robert Mulder
## Ask a question We have a fairly simple situation where an EF Core entity contains a value object that we map to a string: ``` builder.Property(_ => _.Nummer) .HasConversion(i...
Apologies if I've just completely missed this in the docs, but is it possible to pause/resume/fast forward when casting the stream to a Chromecast? It's easy enough to start a...
Looks like alot has changed, but I've pretty much just put everything that was there in the _this.$get_ property of the provider as opposed to using the shortcut _factory_ method....
We're using the LearningPersistence feature in our automated integration tests so that we don't need to build the entire SqlServer infrastructure for our tests, but I just now discovered that...