Blog

Roots of SQL Server Data Tools

Excerpt by Don Kiely

Microsoft has long supported application database development with features built into Visual Studio, ranging from support for data access to the ability to create a connection to a database and manipulate database objects and data in simple ways.

This course excerpt was originally posted September 20, 2013 from the online courseware SQL 2012 Developer, Part 06 of 13: Advanced SQL CLR by Don Kiely


HTML Helper Classes

Excerpt by James Curtis

HTML helpers are implemented in the System.Web.Mvc.HtmlHelper and HtmlHelper<t>classes.</t>

This course excerpt was originally posted September 17, 2013 from the online courseware MVC 4.0, Part 04 of 11: Working with Data by James Curtis


Social Tagging in SharePoint 2010

Excerpt by John Underwood

As you read earlier, folksonomy is a community-driven mechanism for categorizing data where the keywords are driven by end users instead of designated taxonomists.

This course excerpt was originally posted September 13, 2013 from the online courseware SharePoint 2010: Enterprise Content Management by John Underwood


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