Andy Doyle Mixing IT and Development
Home Posts

Tag: C-Sharp

An introduction to Nancy If you haven't heard of Nancy before, is it described as ...a lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono. The goal of the...
12 Jun 2016
C# 6.0 - Expression Bodied Members It seems like a long time since Visual Studio 2015 was launched and brought us the new language features of C# 6.0 - it was a whole year ago if you go by the...
24 Jan 2016
C# 6.0 - Null-conditional Operators Last month I introduced you to the new string interpolation features of C# 6.0, so in keeping with that theme I wanted to show you another of my favourite new features of C#...
11 Nov 2015
C# 6.0 - String interpolation Hopefully you've had the time to play around with Visual Studio 2015 by now, and have got your hands dirty with the new language features in C# 6.0. While there are a few, a...
13 Oct 2015
Razor and partial expression matching ASP.NET Razor is an amazing server-side markup language that allows developers to use their existing C#/VB language skills. If you're used ASP.NET Web Pages or MVC you've...
21 Sep 2015
Posts Tags
© 2016-2021 Andy Doyle