Timour, Guest,

ASP.NET is server-side tech. It does operate on/in your app BEFORE it gets 
send to the client. Once it's send off, there is nothing you can do anymore.
Angular is client side tech. it operates on/in your app AFTER it is 
received in the client. You can't do any server-side processing in it.

This is the mental model you need to approach an app that uses both 
technologies. Of course, as with all techniques, there are grey areas, 
where the separation might be not so clear. Try to avoid those parts. It 
will make your life a lot easier as you keeps this separation clean. Use 
ASP.NET to prepopulate your pages with data, once in the client, use REST 
(or better GRAPHQL) to interface with the backend.

Hope this helps you a bit,
Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to