3
votes
2answers
88 views
Object Databases and C#
I have an application where my domain model just works. It's all very clear, clean and maps to objects very well. My problem is that it does not map to a relational database very well. With that …
0
votes
Is there anything wrong with using var to declare collections in LINQ queries?
I feel like explicit is always the way to go here if you are in fact getting back known types. The documentation …
