Blog: LINQ

Creating XML Using the XmlDocument Class

Excerpt by Ken Getz

Most developers have used the XmlDocument class when creating new XML content, and it works fine.

This course excerpt was originally posted October 14, 2013 from the online courseware LINQ Using Visual C# 2010 by Ken Getz


LINQ to SQL Read-Only Queries

Excerpt by Ken Getz and Robert Green

If you are looking for maximum performance, you can execute your queries in read-only mode.

This course excerpt was originally posted October 01, 2013 from the online courseware LINQ Using Visual C# 2010 by Ken Getz and Robert Green


Generic Lists in LINQ

Excerpt by Ken Getz and Robert Green

LINQ allows you to query over any type of generic list.

This course excerpt was originally posted September 12, 2013 from the online courseware LINQ Using Visual C# 2010 by Ken Getz and Robert Green


The Fabulous Free Utility, LINQPad

By Martin Schaeferle

This tool lets you interactively query databases using LINQ expressions you build in its own development environment.

This blog entry was originally posted September 13, 2012 by Martin Schaeferle