如何使用asp.net mvc制作大角度单页面应用程序?

时间:2022-01-13 04:11:23

I've worked with AngularJS on a small sample project to learn basic things. Now I wanna make a real big application and I want to make it on a single asp.net view using WebAPI calls and loading AngularJS views. The problem is that I have no idea, how to handle with loading/unloading html views. I want to see, how to make real single page application not a small examples. Thanks for any posts, examples, docs, thoughts. I would better like asp.net mvc examples.

我和一个小样本项目的AngularJS合作学习基本的东西。现在我想制作一个真正的大型应用程序,我想在一个asp.net视图上使用WebAPI调用并加载AngularJS视图。问题是我不知道如何处理加载/卸载html视图。我想看看,如何让真正的单页应用程序成为一个小例子。感谢任何帖子,示例,文档,想法。我更喜欢asp.net mvc的例子。

1 个解决方案

#1


3  

Example CRUD App in AngularJS with Java:

使用Java的AngularJS中的示例CRUD应用程序:

http://draptik.github.io/blog/2013/07/28/restful-crud-with-angularjs/

http://draptik.github.io/blog/2013/07/28/restful-crud-with-angularjs/

Another One to learn basics of it:

另一个学习它的基础知识:

http://www.yearofmoo.com/2012/08/use-angularjs-to-power-your-web-application.html

http://www.yearofmoo.com/2012/08/use-angularjs-to-power-your-web-application.html

Using .Net with videos:

将.Net与视频一起使用:

http://jphoward.wordpress.com/2013/01/04/end-to-end-web-app-in-under-an-hour/

http://jphoward.wordpress.com/2013/01/04/end-to-end-web-app-in-under-an-hour/

http://www.codeproject.com/Articles/657139/A-Book-Store-Application-Using-AngularJS-and-Asp-N

http://www.codeproject.com/Articles/657139/A-Book-Store-Application-Using-AngularJS-and-Asp-N

#1


3  

Example CRUD App in AngularJS with Java:

使用Java的AngularJS中的示例CRUD应用程序:

http://draptik.github.io/blog/2013/07/28/restful-crud-with-angularjs/

http://draptik.github.io/blog/2013/07/28/restful-crud-with-angularjs/

Another One to learn basics of it:

另一个学习它的基础知识:

http://www.yearofmoo.com/2012/08/use-angularjs-to-power-your-web-application.html

http://www.yearofmoo.com/2012/08/use-angularjs-to-power-your-web-application.html

Using .Net with videos:

将.Net与视频一起使用:

http://jphoward.wordpress.com/2013/01/04/end-to-end-web-app-in-under-an-hour/

http://jphoward.wordpress.com/2013/01/04/end-to-end-web-app-in-under-an-hour/

http://www.codeproject.com/Articles/657139/A-Book-Store-Application-Using-AngularJS-and-Asp-N

http://www.codeproject.com/Articles/657139/A-Book-Store-Application-Using-AngularJS-and-Asp-N