Blog

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


Review of DataSets

Excerpt by Ken Getz and Robert Green

ADO.NET provides the ability to retrieve data from any number of data sources and to work with that data in memory.

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


Advanced Query Techniques

Excerpt by Don Kiely

The T-SQL INSERT, UPDATE, and DELETE statements provide a lot of power and flexibility for maintaining data in a relational database.

This course excerpt was originally posted October 01, 2013 from the online courseware SQL 2012 Developer, Part 08 of 13: Advanced T-SQL Queries by Don Kiely


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