1.) What are the types of LINQ Providers?
There are some types of LINQ Providers as given below:-
There are some types of LINQ Providers as given below:-
- LINQ to SQL
- LINQ to Objects
- LINQ to Data sets
- LINQ to XML
- LINQ to Entities
2.) Can we use 'having' clause in LINQ like sql?
Yes.
3.) What is extension of file,when we use LINQ to SQL?
.dbml extension
4.) Why do we use string in LINQ?
LINQ is used to query and transform strings and collections of strings.It is useful with semi-structure data in the text file.