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

  • SEARCH
  • Home
  • 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

Ask A Question

Stats

  • Questions 84k
  • Answers 84k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Something is wrong either with your query or with your… May 11, 2026 at 5:04 pm
  • Editorial Team
    Editorial Team added an answer The only way around COM (or VSTO) I can think… May 11, 2026 at 5:04 pm
  • Editorial Team
    Editorial Team added an answer it's a little tricky: You can do it one of… May 11, 2026 at 5:04 pm

Related Questions

I'm using the new System.Xml.Linq to create HTML documents (Yes, I know about HtmlDocument,
Hi there im using a single TextBox for querying differents types of chossings, for
Hi there im using the following code for insert text and images, but I
Hi there im using C# 3.5, this could be possible ? <EditItemTemplate> <asp:TextBox ID=TextBox4

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.