Simple database design and LINQ
- by Anders Svensson
I have very little experience designing databases, and now I want to create a very simple database that does the same thing I have previously had in xml. Here's the xml:
<services>
<service type="writing">
<small>125</small>
<medium>100</medium>
<large>60</large>
…