C# REPL – Introducing C# Interactive

C# REPL – With the Visual Studio 2015 Update 1, a C# REPL was snuck in tucked away under View, Other Windows, C# Interactive. So what is a REPL? Well it is a language shell (C# Interactive shell or C# shell) that allows a developer to input expressions which it will evaluate and return a result. Mads Torgersen also mentioned the C# REPL in a talk he did at DDD Brisbane 2015. (more…)

Continue ReadingC# REPL – Introducing C# Interactive

The Daily Six Pack: September 3, 2015

A COLLECTION OF LINKS FOR LOVERS OF I.T. Dirk Strauss . . . . Feature link: Gulp for Beginners Gulp for Beginners, Zell Liew Other Creating Data Forms in Windows 10 Universal Platform Apps, Michael Crump Make your app look great on any size screen or window (10 by 10), Rajen Kishna Thoughts…

Continue ReadingThe Daily Six Pack: September 3, 2015

Roslyn And The New Language Features of C# 6

Roslyn And C# 6 – With Visual 2015 being released, developers were treated to some really cool new language features in C# 6. In this article I will highlight some of the features available and compare some to the old way of doing things.  (more…)

Continue ReadingRoslyn And The New Language Features of C# 6