Entries by ajtowf

Get Started with VS2015, AspNet 5 RC1, Angular 2 alpha 47

In this screencast we setup a dev environment for VS2015 Update 1, TypeScript 1.7.4 and Angular 2 alpha 47 starting from an empty aspnet5 project template. The plan is to evolve this example to include cookie based authentication with aspnet identity and fetch data securely from a webapi controller. Code available at github. Let me […]

First pluralsight course live

I’m proud to announce that my first pluralsight course now is live, make sure to check it out: Authenticating Your Angular SPA with ASP.NET Web API and Auth0 Modules The course is split into the following three modules. An Introduction Course introduction with brief overview of Auth0, where we also register for a free developer […]

ASP.NET vNext – DNX, DNU and DNVM

There seems to be some confusion about abbreviations used with aspnet5 (vNext), let’s try to sort them out and give a brief explanation. DNX is a SDK and a runtime environment for creating .NET applications for Windows, Mac and Linux. Basically it allows the cross-platform development using the .NET 5 Core. DNU is the .NET […]

Build automation for Angular 2 and TypeScript with Gulp

In this screencast we focus on creating a smooth workflow, we’ll build, run code analysis and serve the code, all with gulp. We also learn how to keep the browser in sync with the code. Let me know what you guys think. Source code @ https://github.com/ajtowf/ng2_play/ Setup npm and gulp Start off by installing gulp globally […]

Aurelia Validation

In this screencast we implement validation in our simple todo application that we created here, it’s basically the same exercise as we did in the angular 2 forms screencast, make sure to check it out if you missed it. The idea is to compare aurelia with angular2, imho aurelia is winning the race right now, […]

Pluralsight Author

My last couple of screencasts, including the last blog entry was about angularjs 2.0 and aurelia. That’s because I decided to audition for producing courses for pluralsight, and guess what — I’m now an approved pluralsight author. If you don’t know what pluralsight is, here’s a definition by google (authored by themselves?): Pluralsight is the […]

AngularJS 2.0 Forms & Validation

In this screen cast I familiarized myself with angular 2 forms by extending the todo application that we created in our previous screencast, check out the screencast below and let me know what you think. Common misstakes I’ve seen many questions on stackoverflow where people even struggle to setup the most basic example. The angular […]