Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

As we know we have JavaScript frameworks like Dojo and some more others.

Which is best to use with ASP.NET?

share|improve this question

5 Answers

up vote 5 down vote accepted

For business and other Web applications ExtJS with Ext.Net wrapper is a great UI JavaScript framework.

share|improve this answer
is it contain all commonly used javascript function used in programming... – Rajesh Rolen- DotNet Developer Jan 27 '10 at 12:14
It has a lot. extjs.com/deploy/dev/docs – Viktor Jevdokimov Jan 27 '10 at 12:28
wow its really nice.... i am changing my selection of answer to u... ok... thanks a lot... – Rajesh Rolen- DotNet Developer Jan 27 '10 at 12:32
Take an attention, that Ext.Net is a .NET wrapper for ExtJS library and includes a license for it. It is not free, but it's a bargain. – Viktor Jevdokimov Jan 27 '10 at 12:38

jQuery would top the list of JavaScript libraries used by even many users of Stack Overflow.

YUI is another option to use with ASP.NET.

Additional Info:

Comparison chart of all the available JavaScript libraries:

http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised

share|improve this answer
does jquery contain all datetime related funtions and all other commonly used function of javascript.... i thought Jquery contain mainly design realted issues. – Rajesh Rolen- DotNet Developer Jan 27 '10 at 12:11
no it does not, but you can always add another library. – Daniel A. White Jan 27 '10 at 12:11
please tell me library which contain commonly used funtions of javascript (not only design) – Rajesh Rolen- DotNet Developer Jan 27 '10 at 12:13
@Dot Net Developer have you used dojo? – Oscar Jan 27 '10 at 12:14
look at viktor's answer... – Oscar Jan 27 '10 at 12:14
show 4 more comments

Best can be a subjective answer and depend on your needs. There are many frameworks currently available and the most popular ones (as I see it) are;

  • jQuery
  • ASP.NET Ajax
  • Prototype
  • MooTools
share|improve this answer
and where Dojo exists? – Rajesh Rolen- DotNet Developer Jan 27 '10 at 12:10

You could use jQuery. In ASP.NET MVC, there are documented versions that help with InteliSense.

You could also use ASP.NET Ajax which goes great with WebForms.

In the end, it's up to personal preference.

share|improve this answer
i want framework which contain all commonly usefull javascript function used in programming. – Rajesh Rolen- DotNet Developer Jan 27 '10 at 12:09
1  
All javascript can be used with any javascript library. you aren't locked in. – Daniel A. White Jan 27 '10 at 12:11

Ext.Net provides html tags so that you can cleanly seperate the UI from business logic by providing additional events class like DirectEventArgs.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.