Can AngularJS use only with MVC or we can use it with Asp.Net application.
-
I didnt find any AngularJS example which works with Asp.net web app. Please provide a link / Example
-
I didnt find any AngularJS example which works with Asp.net web app. Please provide a link / Example
-
Abhijit Mindcraft wrote:
Please provide a link
Sorry Richard, please make it is clear.
-
Sorry Richard, please make it is clear.
-
I didnt find any AngularJS example which works with Asp.net web app. Please provide a link / Example
Are you talking about WebForms (because there is also ASP.NET MVC)? Don't use Angular with WebForms; that's just dumb. They do the exact same thing, except one renders on the client and the other renders on the server.
"There are three kinds of lies: lies, damned lies and statistics." - Benjamin Disraeli
-
Are you talking about WebForms (because there is also ASP.NET MVC)? Don't use Angular with WebForms; that's just dumb. They do the exact same thing, except one renders on the client and the other renders on the server.
"There are three kinds of lies: lies, damned lies and statistics." - Benjamin Disraeli
-
Then the rest of my post applies. Don't do it. It's a bad idea. Switch to MVC/WebAPI/Nancy/Whatever or stick with WebForms(if you must), but do not entangle your data-binding and presentation between WebForms and Angular. That's a recipe for high technical debt, mind-numbing complexity, and long-term disaster.
"There are three kinds of lies: lies, damned lies and statistics." - Benjamin Disraeli