Posts by ArthNRick • 111 points
2 posts
-
1
votes3
answers104
viewsA: Change project c# . Net 4.6 to . Net4.5
Open the file . csproj and change the tag <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> with the version you want to use.
-
0
votes1
answer32
viewsA: LINQ with multiple ON in OR condition?
there is no "OR" in the Line Join, only the Equals, in which case you will have to subquery the filter to return the data you need.