What is AngularJS?
AngularJS is a JavaScript framework for building rich, extensible web applications. It runs on plain JavaScript and HTML, so you don’t need anything else to make it work, and it is CSS-agnostic so you can use whatever CSS framework/methodology you want when designing your Angular application. You can run Angular alongside other frameworks and libraries, like jQuery and Handlebars, and it works well with Internet Explorer 8.0 (using Angular 1.2.28).
Resources for Learning AngularJS
- Shaping Up With Angular.js (Code School) – very good video and interactive learning course
- A Better Way to Learn AngularJS – a very good step-by-step guide – recommended!
- W3Schools AngularJS Tutorial – typical W3Schools tutorial
- Egghead.io Video Training – considered some of the best video tutorials on AngularJS
- ng-newsletter – free, weekly newsletter on AngularJS
- Learn Angular – interactive lessons for learning AngularJS
- AngularJS Website – the official source of information, but not as friendly as the resources listed above
- Angular.js Demos, Examples, and Resources
- Ben Nadel
- An early presentation of AngularJS by Miško Hevery (video)
Authentication (not sure how good these are)
.NET Articles
- Detailed Tutorial for Building ASP.Net Web API RESTful Service
- Building Rich Apps with AngularJS on ASP.NET