.NET - November 2014

Using Lazy<T> in C#

Scenarios when lazy initialization is suitable for using
0
Although Lazy keyword and functionality was introduced in .net framework 4.0, not many people are using. It is not something that was not possible to be done later, but now it is available only oin one line. Basicaly what Lazy keyword enables is to create an instance only when it is invoked for the first time. ...read more

JavaScript

read more

SQL/T-SQL

read more

Umbraco CMS

read more

PowerShell

read more