Daily Development News

The latest in software development….

Visual Studio 2015 RC3 - Visual Studio now includes NodeJS tools and Xamarin built in.

ASP.NET Core 1.0 is released - ASP.NET has been converted from ASP.NET MVC 5 to ASP.NET Core, which is built on top of the newly release open source cross platform version of .NET called .NET Core.

Building multi-player games with Angular - This article walks you through building a multi-player game with javascript and Angular.

Migrate your Angular application to Angular 2 - Here is a nice guide for upgrading your Angular application to Angular 2.

Simple Web API with ASP.NET Web Forms example - Here is a good article showing how to build a simple ASP.NET Web Forms application that uses a Web API service to get and post data.