1.

Write The Basic Steps To Execute A Linq Query.

Answer»

The following are the three basic steps to execute a LINQ QUERY:

  • OBTAIN the data SOURCE (The data source can be EITHER an SQL database or an XML file)
  • CREATE a query
  • Execute the query

The following are the three basic steps to execute a LINQ query:



Discussion

No Comment Found