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...
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...
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#...
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...
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...