Posts

TypeScript - Installing 1.6 and What's New

Brett M. Nelson - Thursday, September 17, 2015

Today the Typescript team announced 1.6 with a few new features: React/JSX support Class expressions User defined type guards Intersection types Abstract classes Generic type aliases Breaking cha...

ASP.NET 5 - Installing Beta7

Brett M. Nelson - Wednesday, September 16, 2015

ASP.NET Beta7 was anounced earlier this month. In the announcement it says to go download the beta7 version (14.0.60831.0) of ASP.NET and Web Tools 2015. Now if you're like me you see the big old D...

Intro to TypeScript 1.5 - Creating a Library to Share

Brett M. Nelson - Friday, September 4, 2015

This is the thirteenth post in a series on getting to know TypeScript. If you missed the few posts feel free to go back and read them. Intro to TypeScript 1.5 beta - Types Intro to TypeScript 1....

Intro to TypeScript 1.5 - Mixins

Brett M. Nelson - Friday, August 28, 2015

This is the eleventh post in a series on getting to know TypeScript. If you missed the few posts feel free to go back and read them. Intro to TypeScript 1.5 beta - Types Intro to TypeScript 1.5 ...

Intro to TypeScript 1.5 - Module Output Formats

Brett M. Nelson - Thursday, August 20, 2015

This is the eleventh post in a series on getting to know TypeScript. If you missed the few posts feel free to go back and read them. Intro to TypeScript 1.5 beta - Types Intro to TypeScript 1.5 ...

Azure Web App Extensions Hide and Seek

Brett M. Nelson - Wednesday, August 12, 2015

The other day while trying to make a change to one of my sites on Azure using the Preview portal I could not find the extensions under all settings. Usually after login in and going to my Web App ...

Intro to TypeScript 1.5 - Modules Remainders

Brett M. Nelson - Thursday, August 6, 2015

This is the ninth post in a series on getting to know TypeScript. If you missed the few posts feel free to go back and read them. Intro to TypeScript 1.5 beta - Types Intro to TypeScript 1.5 bet...

Intro to TypeScript 1.5 - External Modules

Brett M. Nelson - Wednesday, July 29, 2015

This is the ninth post in a series on getting to know TypeScript. If you missed the few posts feel free to go back and read them. Intro to TypeScript 1.5 beta - Types Intro to TypeScript 1.5 bet...

Intro to TypeScript 1.5 beta - Intro to Modules

Brett M. Nelson - Monday, July 27, 2015

This is the eighth post in a series on getting to know TypeScript. If you missed the few posts feel free to go back and read them. Intro to TypeScript 1.5 beta - Types Intro to TypeScript 1.5 be...

Aurelia and ASP.NET 5 - Understanding the Aurelia Parts - The Basics

Brett M. Nelson - Monday, July 27, 2015

Last time, Getting Started with Aurelia and ASP.NET 5, we set up an ASP.NET 5 project with Aurelia. We sort of glossed over what we did with Aurelia so I thought we could go back, take a look at it...

Getting Started with Aurelia and ASP.NET 5

Brett M. Nelson - Friday, July 24, 2015

In this post we will go over getting started with Aurelia and ASP.NET 5 using Visual Studio 2015. You should have NodeJs already installed since it came with Visual Studio 2015. If you aren't famil...

Resource Page

Brett M. Nelson - Wednesday, July 22, 2015

Just a quick follow up update for the Summer Update. A recent addition to the site is a Resource page. It's a place to gather resources such as books, podcast, other blogs and other resources that ...