Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.
Posted

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900