Blog

Isolation Levels and Transactions - Microsoft SQL

Excerpt by Don Kiely

An isolation level defines how much a transaction is isolated from changes made by other, concurrent transactions.

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


User-Defined Function Overview - Microsoft SQL

Excerpt by Don Kiely

User-defined functions (UDFs) were introduced in SQL Server 2000 to provide the coding functionality similar to what is available in general-purpose programming languages.

This course excerpt was originally posted December 30, 2013 from the online courseware SQL 2012 Developer, Part 03 of 13: Functions by Don Kiely


Create Child Controls - Microsoft SharePoint 2010

Excerpt by Doug Ware

Most web controls that have visual elements compose other controls into a greater whole.

This course excerpt was originally posted December 27, 2013 from the online courseware SharePoint 2010: Developer by Doug Ware


What is a Model? - MVC 4.0: Views and Models

Excerpt by Phil Ledgerwood

The model in the model-view-controller pattern is the representation of the domain in an MVC application.

This course excerpt was originally posted December 23, 2013 from the online courseware MVC 4.0, Part 03 of 11: Views and Models by Phil Ledgerwood