Daily Reading - Thursday, July 04 2013

What is New in Code Analysis for Visual Studio 2013
VS 2013 improves categories and sorting result in code analysis.

SQL 2014 In-Memory OLTP ‘Hekaton’: training videos and white papers
A collection of videos and blog posts to get started with Hekaton.

Why Mac has Command key

Sizing (Web) components
By using EM unit, we can easily change component's size when its font size change.

.Component {
  font-size: 16px;

  width: 5em;
  height: 2em;
  border-radius: .5em;
  border: 1px solid gold;
}

Posted in  dailyreading       dailyreading