LINQ stand for Language Integrated Query. LINQ is part of
Microsoft .Net Framework in C# and VB language. It was released with .NET 3.5 framework.
LINQ is used to Query the data by using syntax similar to SQL.LINQ have the own
processing engine for Query. We can also use store procedure is LINQ.
Advantage:
1.
LINQ provide the short codes so programmers have
not write too much code for query.
2.
Application check by the complier at runtime for
error.
3.
Debug the application easily.
Disadvantage:
1.
There are no clear outlines in LINQ application.
2.
Its complex to understand the advance query
using expressions.
3.
Joins are very slow when used in query
Types:
Basically linq is of three types:
Basically linq is of three types:
DLINQ: LINQ to Sql formerly called DLINQ. In DLINQ query is
performed against the SQL database.
XLINQ: LINQ to XML formerly called XLINQ. In XLINQ query is
performed against the the XML data source.
LINQ :LINQ to Object formerly called LINQ. LINQ perform the
query against in-memory collection of object.
Ø How to Bind Dropdownlist in Asp.net using LINQ?
Ø How to Bind Gridview Data Control in LINQ?
Related Articles on LINQ:
Ø How to Bind Dropdownlist in Asp.net using LINQ?
Ø How to Bind Gridview Data Control in LINQ?
Ø
How to insert data intodatabase using Linq?
Is it helpful?
If yes post your comment to admire my work. You can like me on Facebook, Google+, Linkedin and Twitter via hit on Follow us Button and also can get update follow by Email.
thanks.....Keep visiting for more articles...http://www.articlemirror.in/2014/01/populate-cascading-dropdown-list-in.html
ReplyDeleteneed some example to describe more
ReplyDeleteNice Article!_
ReplyDeleteThanks @Rachel.. Keep visiting..how to check and uncheck all checkboxes using Jquery in MVC
Deleteits really help me....thanx
ReplyDeleteI’m glad I was able to help. Keep visiting for more article.
Delete