2

I have a Silverlight application. I want to make a prototype of this application using HTML5 and JavaScript. I will be using the ASP.NET MVC 4 framework. How can I get started. Are there any frameworks that I can use. My Silverlight app uses some fancy third party UI Controls to present data in Dashboards, Grids etc. Are there some equivalent for HTML5 or ASP.NET MVC4. My general question is how to move from Silverlight to HTML5/JavaScript/ASP.NET MVC 4?

Thanks.

1 Answer 1

2

There are many JavaScript frameworks out there, but one of the most popular is jQuery (which I'm sure you may have heard of). As well as being a great DOM manipulator, it also has a UI library that has a ton of features like accordions, tabbed interfaces and progress bars etc which are super easy to get going with.

http://jqueryui.com/

On the other hand, if you're after pretty heavy app development, I hear good things about ExtJS:

http://www.sencha.com/products/extjs/

There won't be a silver bullet to developing with JS and HTML5, so it's best to find what will suit your specific needs. Ignore the hype and go with what is right for you.

If you're after something more template driven, then I hear Angular JS is great:

http://angularjs.org/

But, this is more for your JS apps rather than 'websites', as it is totally dependent on JS and can't work without it (no graceful degradation).

There are tons of frameworks out there, and many come and go. It's best to do some Googling!

Good luck.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.