I have UserName Column in my table and its is unique
I want have Linq Method that check current UserName is duplicate or not ? check UserName column in database and return boolean result
BUT I need a linq method with best performance (maybe using IQueryable)
Can anyone help me and suggest IsDuplicate method with Linq with best performance ???
thanks