2

I know C# really well, just started playing with ASP.Net MVC a few weeks ago, and almost zero javascript. I saw some people here recomending jQuery, so I'll try that out.

What resources/tutorial should I start with?

4 Answers 4

1

Here you go straight from the source:

http://docs.jquery.com/Tutorials

You may want to see

http://www.w3schools.com/JS/default.asp

Sign up to request clarification or add additional context in comments.

Comments

1

Learning jQuery is a good place to start.

Comments

1

The jQuery site has excellent documentation and lots of samples. It really is the best place to get started.

For general JavaScript I would read JavaScript The Good Parts

Comments

1

Try checking out Rob Conery's blog post, Putting the M back in MVC. It integrates a pre version 3 of Subsonic, ASP.Net MVC, and jQuery(core, UI, and forms). It's quick and easy to build simple web applications. It will move you up the jQuery learning curve fairly quickly if you are looking at Ajax, forms validation, and some basic CSS twiddling.

The nice thing about this approach is you get working applications that allow you to try different approaches.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.