ASP.NET Core 1.0 NuGet packaging

By now I would hope that everyone is familiar with NuGet, but in case you’ve been living under a rock.

NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.

There are numerous reasons to utilize package managers for development, some of the most obvious reasons are as follows: Continue reading “ASP.NET Core 1.0 NuGet packaging”

Building an Angular2 SPA with ASP.NET Core 1.0, MVC 6, Web API 2, and TypeScript 1.7.5

Overview

The purpose of this post is to establish ourselves with a working environment geared towards development on ASP.NET Core 1.0 through Visual Studio 2015. I will walk through creating an Angular2 Single Page Application with MVC 6, Web API 2 and TypeScript. The sample application is available here on my github page. Continue reading “Building an Angular2 SPA with ASP.NET Core 1.0, MVC 6, Web API 2, and TypeScript 1.7.5”