Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why do we use linq in c#?



Why do we use linq in c#?..

Answer / Rishish Singh Gautam

LINQ (Language Integrated Query) is a feature of .NET that allows developers to write database queries in C#, VB.NET, or F# syntax. SQL (Structured Query Language) is a standard language used for accessing and manipulating databases. LINQ queries are converted into SQL queries by the ADO.NET Data Provider.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

How to write LINQ query for Inner Join with OR condition?

1 Answers  


How much does a reveal linq cost?

1 Answers  


Write a program for concat to create one sequence of data rows that contains datatabless data rows, one after the other?

1 Answers  


What is the difference between first () and firstordefault () select methods in linq?

1 Answers  


How are standard query operators implemented in linq?

1 Answers  


How are standard query operators useful in linq?

1 Answers  


When to use var or IEnumerable to store query result in LINQ?

1 Answers  


In LINQ, lambda expressions underlie many of the standard query operators. Is it True or False?

1 Answers  


why SELECT clause comes after FROM clause in LINQ?

1 Answers  


what is the difference between N-layer and N-tier architecture in LINQ?

1 Answers  


Differentiate between linq and stored procedure?

1 Answers  


What are the benefits of a deferred execution in linq?

1 Answers  


Categories