Blog

Overriding Styles for ListView and GridView in XAML Applications

By Ken Getz

Whether or not you're aware of it, every control that you use in a XAML application is based on a control template that's well defined and available for you to study and modify.

This blog entry was originally posted January 03, 2013 by Ken Getz


Using Standard Templates for ListView and GridView

By Ken Getz

When creating XAML applications using ListView and GridView controls for Windows 8, you probably want your applications to look like "standard" applications.

This blog entry was originally posted December 21, 2012 by Ken Getz


Keeping Up with Online Business

By Martin Schaeferle

One of the most important things for a business is to obtain a positive online presence in order to succeed.

This blog entry was originally posted December 20, 2012 by Martin Schaeferle


Computed Columns in SQL Server Management Studio (SSMS)

By Don Kiely

Computed columns in SQL Server Management Studio (SSMS) allow you to configure a column within a table that automatically calculates a value based on an expression that can include references to other columns.

This blog entry was originally posted December 18, 2012 by Don Kiely