Select to view content in your preferred language

Do you recommend VS 2010 for javascript development?

649
3
08-19-2013 07:52 AM
JoseSanchez
Frequent Contributor
Hi all

Do you recommend VS 2010 for JavaScript development?

thanks
0 Kudos
3 Replies
JeffJacobson
Frequent Contributor
Visual Studio 2010 is fine, but Visual Studio 2012 is actually a lot better for web development.
0 Kudos
JoseSanchez
Frequent Contributor
Do you use  .aspx forms with ASP.Net and JavaScript code with ArcGIS API or only JavaScript?
0 Kudos
JeffJacobson
Frequent Contributor
Do you use  .aspx forms with ASP.Net and JavaScript code with ArcGIS API or only JavaScript?


I normally use just HTML and JavaScript. For any code that needs to run server side I usually create a Generic Handler (.ashx) that returns JSON and call it from the JavaScript code.
0 Kudos