LINQ Questions

1

In SharePoint 2010, what is Language Integrated Query (LINQ)?
What is Language Integrated Query (LINQ)? This question is from the Microsoft Live Chat which took place on June 1st.

Answer Question   |  June 17, 2010  7:32 PM
Language Integrated Query, LINQ, Sharepoint 2010, sharepoint 2010 features
asked by:
16,755 pts.

LINQ vs DATABASE Factory(DAL)
I am developing a application. And I want some suggestion regarding LINQ and DAL. Which one is best and why?

Answer Question   |  May 21, 2009  8:42 AM
.NET development, Data Abstraction Layer, Database programming, LINQ
asked by:
5 pts.

Checking for a transaction isolation level in SQL Server Profiler
How could I check if a transaction isolation level is being used for a LINQ to a SQL statement in SQL Server Profiler?

Answer Question   |  September 19, 2008  4:41 PM
Isolation level, LINQ, SQL Server Profiler, SQL statements
2,585 pts.

Data binding to an index property of a collection using WPF
Hello: We are trying to do data binding to an element of collection thru an indexing property. However, the code does not seems to work. Please help. The following is the sample code: [The following is the code for the object in questions:] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using System.Xml.Linq; [...]

Answer Question   |  August 4, 2008  12:25 AM
Databinding, IDataErrorInfo, LINQ, Windows Presentation Foundation, wpf
asked by:
15 pts.

1