Posted on 15. October 2009 14:56 by B-Virtual
A collegue of mine needed an algorithm to filter out duplicate objects in a List and count the total occurence of each distinct object. He used this query to get his results, it may be usefull to some of you.
myRoles = from c in allRoles group c.RoleId by new { c.PersonId,...
[More]
f2d8b58e-9b50-4f43-a5ab-3a06e2e4bf40|0|.0
Tags:
Development
Posted on 13. October 2009 17:08 by B-Virtual
.NET offers quite an extensive configuration framework in which you can use XML files to configure your applications. The drawback is that most of these files need to be located in the applications directory or sub-directories. Thus excluding reuse throughout different applications. An example of th...
[More]
75c4ca62-4c7d-46ca-a099-9cd307674d83|0|.0
Tags:
Development