Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
linq to sql および Entity Framework を使用して、ユーザーの書き込みクエリが既に存在するか、テーブルに存在しない方法を教えてください。
bool doesUserExist = myContext.Users.Any(u=>u.Username == "bob" && u.Password=="mypassword");