Other News

Community

Issuing SQL in Entity Framework

(Peter Vogel) If you worry that your data access requirements are sufficiently “interesting” that LINQ and Entity Framework can’t do the job, the good news is that you can always use plan old SQL. Entity Framework 1 gives you some support for issuing SQL statements and Entity Framework 4 gives you m

Community

Stay on the XPath

(Doug Domeny) Experiment with using XPath in the five tips in this article. Discover surprising facts about binary logic, and learn how the XPath position() function’s value changes depending on its context. Another tip shows how to use XPath to select the first element of a given name. Finally, lea