Course Information
Course Overview
The Fastest Way For .NET Developers To Add AngularJS To Their Resume
AngularJS is one of the hottest and most in-demand web languages on the market. Be one of the only .NET developers on your team to posses this skill.
If you know zero AngularJS, you're the perfect student. In this course, you'll download AngularJS straight into your brain. In time, you'll fully understand how to use AngularJS client side and how to interact with .NET.
While AngularJS 2 is now available, there are a ton of AngularJS 1 applications that need to be maintained and enhanced. Companies can take a while to move to a new technology. Especially when the upgrade is as night and day as it is between AngularJS 1 & 2. Meaning, AngularJS 1 development will continue to be an in-demand skill.
Beef up your resume with AngularJS. You'll not only be able to talk the talk but this course with arm you with enough hands on experience that you will also definitely walk the walk.
Course Content
- 5 section(s)
- 10 lecture(s)
- Section 1 Introduction
- Section 2 Kicking Off With Pure AngularJS
- Section 3 AngularJS And ASP.NET MVC
- Section 4 A Little More AngularJS On The Client Side
- Section 5 Summary
What You’ll Learn
- Use Client side AngularJS in .NET project, Effectively communicate between .NET and AngularJS
Skills covered in this course
Reviews
-
TTridip
Presentation was very bad. speaker present very poorly & dirty. i am very disapointed.
-
DDavid Martin
it would be nice to provide for a more recent version of visual studio, because the stock solution template has changed from 2012 to 2017. The course does provide as advertised pretty concisely.
-
DDarryl Chetty
It's only the 2nd lecture so not much yet on actual course content. However it's well presented and clear so far. Nice and concise. I know it's meant to be a simple example for beginners, but would have been nice to show a skeleton setup for a complex App with separate javascript files since this was a point that was touched on.
-
HHeather Lynch
This course is a great introduction if you are brand new to AngularJS for .NET. I wish it were longer and went into more advanced concepts. I practiced the examples demonstrated and ran into a few issues: 1. was not able to obtain the angular link from google hosted libraries. This is what I used: https://ajax.googleapis.com/ajax/libs/angularjs/1.6.7/angular.min.js 2. $http().success() did not work. I had to code .then() instead of .success. He explains .then in a later exercise. I completed the course in less than 4 hours including setup and coding along with the lecture