开发者

Which JavaScript library would you suggest in ASP.NET?

开发者 https://www.devze.com 2022-12-13 15:44 出处:网络
I am developing an ASP.NET web application, and开发者_如何学Go now I want to use some charts for my application. I know there are many JavaScript libraries like jQuery, YUI and so on.

I am developing an ASP.NET web application, and开发者_如何学Go now I want to use some charts for my application. I know there are many JavaScript libraries like jQuery, YUI and so on.

What would be best suited for ASP.NET?


In ASP.NET MVC, Microsoft has actually chosen to include jQuery by default, so I'd say that's one library that MS endorse themselves. I currently use it in almost all of my .NET projects. Visual Studio 2010 will support full intellisense for all of its helper functions. It's also immensely popular right now. I'd say jQuery =)


There is no difference(/partiality) on javascript frameworks just for ASP.NET. I would go for anyone that is easy to learn and work with.

My personal experience : JQuery and for charts I would go for GCharts.


jQuery if you are looking for transitions with pictures, sliders and all.


TO generate graphs and charts you might like to look at http://code.google.com/apis/chart/


jQuery: the best JavaScript library I had ever used.

Remember: JavaScript does not have any dependency with any web framework. All you need is your HTML.


For ASP.NET, use the Microsoft chart controls: Scott Guthrie's blog entry "New ASP.NET Charting Control: <asp:chart runat="server"/>".

0

精彩评论

暂无评论...
验证码 换一张
取 消