Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

147
Views
LINQ: ¿Diferencia entre "seleccionar nuevo {e.FName, e.LName}" y "seleccionar (e.FName, e.LName)"?

¿Cuál es la diferencia entre esas dos consultas?

 var query = from e in people select (e.FName,e.LName);

y

 var query = from e in people select new {e.FName,e.LName};
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

El primero devuelve un IEnumerable<ValueTuple<string, string>> (ver ValueTuple ) donde el segundo devuelve un IEnumerable<> de tipo anónimo .

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!