Posts

Summer Update

Brett M. Nelson - Monday, July 20, 2015

The Site I just thought I would give a summer update on the status of the WipDeveloper.com. There was a dry spell of posts while I was on vacation and then came back and had some difficulties updat...

Intro to TypeScript 1.5 beta - Classes Part 2

Brett M. Nelson - Monday, July 13, 2015

This is the seventh 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 b...

Intro to TypeScript 1.5 beta - Classes Part 1

Brett M. Nelson - Tuesday, June 9, 2015

This is the sixth 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 - Functions Part 3

Brett M. Nelson - Sunday, June 7, 2015

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

Intro to TypeScript 1.5 beta - Functions Part 2

Brett M. Nelson - Thursday, June 4, 2015

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

Intro to TypeScript 1.5 beta - Functions Part 1

Brett M. Nelson - Wednesday, June 3, 2015

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

Intro to TypeScript 1.5 beta - Interfaces

Brett M. Nelson - Monday, June 1, 2015

This is the second post in a series on getting to know TypeScript. If you missed the first post feel free to go back and read it. Intro to Typescript 1.5 beta - Types Now that we have an understa...

Intro to Typescript 1.5 beta - Types

Brett M. Nelson - Friday, May 29, 2015

Sometimes when working on large scale JavaScript applications it would be nice to have a type checking system. Or perhaps you work in Visual Studio and would like to be able to refactor your JavaSc...

ASP.NET 5 MVC Controllers: Controllers

Brett M. Nelson - Sunday, May 17, 2015

This is the second post about ASP.NET MCV and Web API Controllers. If you missed the first post feel free to take the time to go back and read ASP.NET 5 MVC Controllers: Setup. All that work and it...

ASP.NET 5 MVC Controllers: Setup

Brett M. Nelson - Thursday, May 14, 2015

Previous versions of ASP.NET MVC and Web API had 2 different kinds of controllers. One was the "C" in MVC and the other was the controller that was the endpoint for Web API. While they bo...

Visual Studio 2015 and Gulp Episode IV: The Styles

Brett M. Nelson - Monday, May 4, 2015

This is the forth post in a series about using Gulp with Visual Studio. If you missed the first post feel free to take the time to go back and read it Visual Studio 2015 CTP 6 and Gulp - Episode I:...

Visual Studio 2015 and Gulp Episode III: Assigning to a Build Step

Brett M. Nelson - Thursday, April 30, 2015

This is the third post in a series about using Gulp with Visual Studio. If you missed the first post feel free to take the time to go back and read it Visual Studio 2015 CTP 6 and Gulp - Episode I:...