views:

81

answers:

4

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

Which is best to use with ASP.NET?

+1  A: 

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.

Daniel A. White
i want framework which contain all commonly usefull javascript function used in programming.
Rajesh Rolen- DotNet Developer
All javascript can be used with any javascript library. you aren't locked in.
Daniel A. White
+5  A: 

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

Pandiya Chendur
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
no it does not, but you can always add another library.
Daniel A. White
please tell me library which contain commonly used funtions of javascript (not only design)
Rajesh Rolen- DotNet Developer
@Dot Net Developer have you used dojo?
Pandiya Chendur
look at viktor's answer...
Pandiya Chendur
no i haven't used dojo but i heard lot about it
Rajesh Rolen- DotNet Developer
It depends upon ur requirement if you want a lightweight one go with jquery it does everything for you...
Pandiya Chendur
one thing i want to ask about jquery.... is jquery contain all commonly used javascript function (i heard jquery only contain functions related to design)
Rajesh Rolen- DotNet Developer
Which javascript function you want?
Pandiya Chendur
+1  A: 

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
Kane
and where Dojo exists?
Rajesh Rolen- DotNet Developer
+2  A: 

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

Viktor Jevdokimov
is it contain all commonly used javascript function used in programming...
Rajesh Rolen- DotNet Developer
It has a lot. http://www.extjs.com/deploy/dev/docs/
Viktor Jevdokimov
wow its really nice.... i am changing my selection of answer to u... ok... thanks a lot...
Rajesh Rolen- DotNet Developer
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