Impact of Gen-AI on IT Jobs - Growth Mindset Show
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
2
Reply
What makes AngularJS better ?
Bhuvanesh Mohankumar
9y
865
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
MVC architecture (Helps you maintain the code and enhances re-usability). Two way data binding (Complete abstraction over DOM API). No more JQuery and getElementBy….. . Development of SPA (Inbuilt support for routing) Dependency Injection. Out of box support for managing the dependencies of the application. Let’s you write testable code. (My favorite one) Let’s you create reusable components. Write once use anywhere. There are so many components already available(thanks to the community) You can just plug them in your code, it saves your time a lot. Helps you organize the code in modules. This adds flexibility and scalability.
sushil kumar
8y
0
Registering Callbacks Transfer data to and from the UI No initilization code Control HTML DOM programmatically
Bhuvanesh Mohankumar
9y
0
what is data binding in AngularJS ?
what is string interpolation in Angular.js ?
Message