Javascript :(….. Oh!! So its jquery? Now what?? I’m a C# Guy

Posted by Shekhar_Pro on Stack Overflow See other posts from Stack Overflow or by Shekhar_Pro
Published on 2011-01-14T10:18:24Z Indexed on 2011/01/14 10:53 UTC
Read the original article Hit count: 499

Filed under:
|
|
|
|

Hi guys I want you to Guide me here.

This other day I was working out some AJAX for my ASP.Net website and handling client side code in Java was taking the hell out of me. Then I got my hands on this Book jQuery In Action 2nd Edition and solved my problem with the help of Example code in the book. Now as I checked the contents I got an overview that whatever I had ever thought of doing can be done by this jQuery so easily and quite cleanly.

I am actually pretty new to web development (say abt 4months ) and from C# world where we have cool libraries and Simple and Elegant coding style. (yeah including those generic, Ienumerable, lambadas, chained statements.. you got it…) and you know what you’re doing when writing some code. And we have so great IntelliSense to care., and above all we have everything Strongly Typed. But in Javascript everything is so messy.. . (and I don’t know why they are not properly indented.. see page source )

Now tell me what should I do, go straight with jQuery or should I first learn Javascript (like a disciplined boy…I even have a book for that too… got in gift :) …. )

I have seen Is it a good idea to learn JavaScript before learning jQuery?

but remember I have already got a project on my hand…

© Stack Overflow or respective owner

Related posts about c#

Related posts about JavaScript