To .NET

Trying out C# 7.0

C# 7.0 has a number of new features to simplify code and increase performance. A nice new feature is types, which make it easy to have multiple results. Another is pattern matching, which simplifies code that is conditional base on[…]

Read more

Running ASP.NET 5 on Cloud9

So you want to experiment with ASP.NET 5, but you don’t have a development and hosting environment available to work with, you can use Cloud9 IDE. From Wikipedia: “Cloud9 IDE is a freeware online integrated development environment. It supports hundreds[…]

Read more