ASP.NET MVC 5 With AngularJS
What is AngularJS
AngularJS is a client side JavaScript MVC-Based framework. It is Open source, supported & maintained by Google. AngularJS as “Angular” or “Angular.js” was initially released in 2009, which goal to enhanced the development process and testing.
Why named AngularJS
We know HTML that is contained (eg: <html>) with angle brackets(<>) thus the name[according to FAQ] came "Angular". AngularJS uses directives like ng-app, ng-model that prefixed with "ng"(base directive) which bring to mind "Angular".
Both are purposed to client side scripting, but AngularJS simply offers more features and advantages. As we know that AngularJS is MVC-Based framework which is modular and reusable.
AngularJS is a client side JavaScript MVC-Based framework. It is Open source, supported & maintained by Google. AngularJS as “Angular” or “Angular.js” was initially released in 2009, which goal to enhanced the development process and testing.
Why named AngularJS
We know HTML that is contained (eg: <html>) with angle brackets(<>) thus the name[according to FAQ] came "Angular". AngularJS uses directives like ng-app, ng-model that prefixed with "ng"(base directive) which bring to mind "Angular".
Both are purposed to client side scripting, but AngularJS simply offers more features and advantages. As we know that AngularJS is MVC-Based framework which is modular and reusable.
Here's an overview of both:
AngularJS
AngularJS
- Google supported & maintained open source JavaScript MVC framework.
- Smart Data-binding
- Use MVC design pattern.
- Form Validations
- Supports routing (Single Page Application).
- Uses Dependency Injection(DI).
- Easy to Unit test
- Modular & reusable architecture
- REST-friendly
- Lightweight ppen source JavaScript framework
- Great tool for manipulating and controlling DOM elements
Comments
Post a Comment