I am going to be doing a lot more front end work on one of our asp.net projects and I suspect there will be a lot more JavaScript involved. I have seen and used a lot of tutorials/info on the fundamentals of the JavaScript language but could someone point me towards some resources on JavaScript specifically for using it with asp.net? If specific tutorials/pages don’t really exist then maybe some of the methods,tools,libraries etc. you would use and are worth reading about?
Share
Here are some general resources to get you started – for some specifics of JavaScript vis-a-vis ASP.NET, see last two links:
JavaScript in Ten Minutes (PDF)
JavaScript Garden
Basic JavaScript
Eloquent JavaScript
The Essentials of Writing High Quality JavaScript
Learn JavaScript, straight from the Gurus – Free JavaScript Video Lectures
24 JavaScript Best Practices for Beginners
Calling JavaScript from ASP.NET Master Page and Content Pages
Injecting Client-Side Script from an ASP.NET Server Control