Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 114061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:48:03+00:00 2026-05-11T02:48:03+00:00

Hi there im using Linq for check if two user fields correspond for an

  • 0

Hi there im using Linq for check if two user fields correspond for an unique user register in SQL Table, for example

UID : userID PIN : passID

so fields have to be from a single user, i was trying this:

 public bool AutentificacionUsuario(string userID , string password passID)     {         USER _userID = _db.USER.FirstOrDefault(uid => uid.siglas == userID);         USER _passID = _db.USER.FirstOrDefault(pwd => pwd.codigousuario == passID); 

but boths returns a USER Table instance from Datacontext (two instead one), i want to match them in lambda expression like if ‘ this userID match passID’

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T02:48:03+00:00Added an answer on May 11, 2026 at 2:48 am
    var usr = db.Users.From(uid => uid.dsiglas == userID &&              uid.codigousuario == passID).FirstOrDefault();  if(usr != null)    //Authenticate user here 

    or

    var usr = (from u in db.Users           where u.dsiglas == userID && uid.codigousuario == passID           select u).FirstOrDefault()  if(usr != null)     //Authenticate user here 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a good way to time SQL queries when using Linq to SQL?
I have been using LINQ to SQL for a while, and there is one
Is there a pattern using Linq to dynamically create a filter? I have the
Is there a way to do the following using LINQ? foreach (var c in
Is there a quick and nice way using linq?
Is there any way to clean up this type of loop using LINQ? List<Car>
Is there a reasonable way to access FoxPro databases using LINQ?
Is there a limit to the rows that IEnumerable.Count() (or IQueryable.Count()) using LINQ to
We are using Linq to SQL to read and write our domain objects to
I'm building a poll widget using ASP.NET controls and Linq-to-Sql for a high traffic

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.