2
votes
Exploring LINQ #3
Coding Power Unleashed
– LINQ keeps amazing me in its power and beauty. So much that for each problem I have to solve (coding problem that is) I find myself wondering can this be done with LINQ, and how. I am working on a rewrite of an old application to C#. For some reason the original designers had put some ‘model’ data into a none relational database. Instead of making a good relational data model the data has been put as follows (simplified record from the database) : Option1 = “1;2;3” Option2 = “A;B” Value = 1 In other words foreach possible combination of option1 and option2 there is a ...
Statistics
|
Visits by Source |
User Actions |



