Query Membership using Linq

Posted by user310657 on Stack Overflow See other posts from Stack Overflow or by user310657
Published on 2010-04-29T11:53:38Z Indexed on 2010/04/29 11:57 UTC
Read the original article Hit count: 415

Hi,

I am not a experienced programmer, I need to query the Membership User Collection provided in asp.net mvc.

I want the members be able to add other members as friends, I have created a added friend table.

Id, MemberId, Friend_MemberId, DateAdded

I want to display a list of Members which are not added to this list (like filter already existing friends), but unable to query using linq, can anyone suggest a way, links, articles, would it be better to extend memebership class.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-membership