Azure Serving Angular App From Azure CDN I've been using CDN for a long time, but it really never came to my mind to serve a whole client application using CDN. When I first heard about it I thought it was crazy, but then I started investigating to see how easy and feasible it was
angular2 Angular + .NET Core: Drinking Game With SignalR This idea came on one of the Angular Hack Days where I wanted to create something to present by the end of the day where I could get everyone involved. The game is quite simple, everyone will load the page and as people connect to the site more glasses of
angular2 Angular2 + .net Core: Seamless Client & Server Validation Most of the projects I work on nowadays are based on forms over data, and something that is always going to happen is some kind of data validation either before getting into the server or on the server itself. And most of the time I want this validation to happen
angular2 Angular2 Routing: Basics What I'm covering in this post: * Implementing Routing into a brand new Angular2 app created using Angular Cli * Switching between routes * Child routes * Nested outlets * Auxiliary/Named outlets The source code covered in this post is available here A lot of the content of this post can be