160 likes | 282 Vues
Explore the transformation of web development from traditional Microsoft Stack technologies to modern Single Page Applications (SPAs) using AngularJS. This article delves into the architectural advancements such as declarative data binding, client-side routing, and dependency injection. Learn how AngularJS offers a robust framework for building highly testable applications that do not depend on jQuery, yet integrates with it. Understand the significance of the Model-View-Controller structure, object observation, and the shadow DOM as we look into the future of web applications.
E N D
Hattan Shobokshi mvcdotnet.wordpress.com
Angular JS • Works with any server side technologyASP.NET, Node, Php, Ruby on Rails ... • Declarative Data binding • HighlyTestable • Does NOT depend on jQuery, BUT includes jQlite • Features: Client Side Routing, Services, Dependency Injection
Model View Controller Controller : Responds to User Interaction Model : Data View : Representation of Data
Angular is what HTML would have been had it been designed for applications
The future • Object.Observe • Shadow DOM
The end QUESTIONS?