Six Questions for Jon Skeet, author of C# In Depth, 4th Edition
Jon Skeet (@jonskeet) is a senior software engineer at Google, London and a recognized authority on Java and C#. He is the top contributor to Stack Overflow.
From Dependency Injection Principles, Practices, and Patterns by Steven van Deursen
This article discusses why Abstract Factories shouldn’t be used to create stateful Dependencies with a short lifestyle and why it’s generally better not to use Abstract Factories to select Dependencies based on runtime data.
From C# in Depth, Fourth Edition by Jon Skeet
This article, taken from chapter 14 of C# in Depth, Fourth Edition, delves into using local methods in C#.
From Functional Programming in C# by Enrico Buonanno
This article, from Functional Programming in C#, discusses laziness in computing.
From Unity in Action, Second Edition by Sean Hunter
This article introduces you to Unity and explores the Unity user interface and its operation.
From C# in Depth, Fourth Edition by Jon Skeet
This article gives a quick recap on string formatting in .NET before going into depth on using the new interpolated string literal feature of C# 6.