Write the basic steps to execute a LINQ query

 Posted by Niladri.Biswas on 6/9/2013 | Category: LINQ Interview questions | Views: 16955 | Points: 40
Select from following answers:
  1. Obtain the data source (The data source can be either an SQL database or an XML file)
  2. Create a query
  3. Execute the query
  4. All of the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response