SharePoint provides a rich development platform to extend its capabilities. Historically, this has been accomplished through code running on the server-side through ASP.NET. With the release of ShareP...
A lot of the talk about building applications for devices focuses on the user interface (UI). Rightly so, as the UI can be the single most challenging aspect of developing an application, especially o...
In this session from StirTrek, I discuss rapid prototyping. In just about every industry, rapid prototyping is described as “a group of techniques used to quickly produce a working model”, and web dev...
You have done it hipsters. Thanks to you, we're back in the 80's and command line tooling is cool again - even for .NET development. Guess what else is hot? ASCII art! I'm contemplating adding some AS...
NOTE: This article was updated to support Angular 5 on December 15th, 2017.
Hosting an AngularJS app is easy; you FTP a handful of files to a static web server and call it a day. But hosting an Angula...