This document outlines an agenda for an introduction to AngularJS for .NET developers. The agenda includes introductions to single page applications (SPAs), getting started with AngularJS, directives, modules, controllers, the $scope object, making server calls with $http, and filters. Demo examples are provided for directives, controllers, controller methods, server calls, and filters. The document encourages developers to use AngularJS to build responsive web apps that load dynamically without full page reloads, similar to desktop or Gmail experiences. It positions AngularJS as a framework that supports MV* architectures and separates HTML from JavaScript.