 |
BOOK: Beginning ASP.NET 4 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

February 11th, 2011, 04:39 AM
|
|
Authorized User
|
|
Join Date: Feb 2011
Posts: 19
Thanks: 2
Thanked 1 Time in 1 Post
|
|
jscript vs javascript
i want to know jquery is different from jscript.
And if i am a asp.net web developer than what is best for me to learn these 3 i.e jscript,javascript or jquery plz send me replies
|
|

February 11th, 2011, 04:45 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
JavaScript is a programming language, mainly used for client side programming.
jscript is Microsoft's name for their implementation of JavaScript.
jQuery is a framework written in JavaScript to easy client side development.
(Where would we be without Wikipedia)
It's useful to understand JavaScript if you need to program client side behavior. Not everything can be done with jQuery, so you'll still need to understand JavaScript.
Cheers,
Imar
|
|

February 11th, 2011, 09:03 AM
|
|
Authorized User
|
|
Join Date: Feb 2011
Posts: 19
Thanks: 2
Thanked 1 Time in 1 Post
|
|
i want to know from jscript and java script which is best for asp.net developer
|
|

February 11th, 2011, 01:04 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Did you read the articles I linked to? The differences (or lack thereof) are very cleary explained in the second article.
Cheers,
Imar
|
|

February 12th, 2011, 11:41 AM
|
|
Authorized User
|
|
Join Date: Feb 2011
Posts: 19
Thanks: 2
Thanked 1 Time in 1 Post
|
|
thanks imar
The difference i understand is javascript is product of safari and jscript is microsofts implementation of javascript.
But i want to know if i'm a asp.net developer which is best for me to learn javascript or jscript
|
|

February 12th, 2011, 11:49 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
JavaScript is *not* a product of Safari. JavaScript is a standards based (ECMA) scripting language.
jScript is just Microsoft's name for JavaScript. Learn JavaScript, and you automatically know how to write jScript as the two are (pretty much) the same.
Cheers,
Imar
|
|

February 12th, 2011, 12:01 PM
|
|
Authorized User
|
|
Join Date: Feb 2011
Posts: 19
Thanks: 2
Thanked 1 Time in 1 Post
|
|
thanks imar
i have a book begining javascript of wrox publication but is there any book which teach me javascript on asp.net point of view.
thanx
|
|

February 12th, 2011, 12:09 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
It depends on what you're looking for. Since JavaScript is a client side language, most of it can be used as-is in any server side environment, including ASP.NET.
If you're looking for ASP.NET AJAX (which uses JavaScript heavily), take a look at this book: http://www.wrox.com/WileyCDA/WroxTit...470392177.html
Cheers,
Imar
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| ScreenSize in JScript |
Jitender |
BOOK: Professional XMPP Programming with JavaScript and jQuery |
1 |
December 5th, 2010 08:01 PM |
| JScript |
DumAss |
HTML Code Clinic |
1 |
August 25th, 2004 02:46 AM |
| submit using jscript |
alyeng2000 |
ASP.NET 1.0 and 1.1 Basics |
3 |
June 14th, 2004 07:38 AM |
| JScript |
Des67 |
Javascript |
1 |
July 28th, 2003 05:05 AM |
|
 |
|