Creating a Site with AngularJS

The AngularJS client-side JavaScript framework is a powerful (and popular) library that allows you to more easily create SPAs that do not refresh for every user action. This provides a better user experience without the use of a browser plug-in.

AngularJS can be used with just an HTML page as your view. The JavaScript works to call the server Web API as needed to update the model and persist data. However, you can also combine Angular with ASP.NET MVC (and similar technologies). This section will walk you through the basics of AngularJS and a sample using it with an ASP.NET 5 MVC 6 project template.

Understanding AngularJS Basics

AngularJS leverages the MVC pattern on the client to keep your JavaScript code organized. ...

Get Microsoft Visual Studio 2015 Unleashed, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.