我可以在一个网站中使用Mvvm模式,响应式设计和Web Api服务吗?

我可以在一个网站中使用Mvvm模式,响应式设计和Web Api服务吗?

问题描述:

我想创建一个新网站,并希望在网站上使用某些特定技术。



我对在网站或Web应用程序中使用某些技术有疑问。



是否可以使用



1)MVVM(XAML / C#)



2)响应式设计(Twitter Bootstrap)



3)Web API服务



单个Web应用程序中的所有上述技术。



任何有关如何操作的教程都会很好。



如果有人也可以提供一些链接/参考资料,我将非常感激。



提前感谢您的帮助。

I want to create a new website and want some particular technologies in the website.

I have my doubt about using certain technologies in a Website or Web Application.

Is it possible to use

1) MVVM (XAML/C#)

2) Responsive Design(Twitter Bootstrap)

3) Web API Services

All the above technologies in a single web application.

Any tutorial on how to do it would be nice.

I would be very thankful if someone could also give some links/References.

Thanks in advance for ur help.





MVVM,对网络有效但在网络上限制并在桌面上广泛使用用于丰富的用户界面设计。



BOOTSTRAP,是用于快速专业网站UI设计的Web UI框架工作



WEB API,是一种用于访问JSON或任何其他格式数据的服务





如果您的目标是构建单个页面应用程序,那么您可能必须使用WEB API进行数据服务,客户端可以使用带有JavaScript库的纯HTML,例如Angular / Knockout。
Hi,

MVVM, is valid for web but its limited on the web and widely used on the desktop for rich user interface design.

BOOTSTRAP, is a web UI frame work used for a rapid professional web site UI design

WEB API, is a service used to access data on JSON or any other formats


If your objective is to built a single page application, then you may have to use WEB API for the data service and the client can have pure HTML with JavaScript libraries such as Angular / Knockout.