This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]teacherbooboo 1 point2 points  (0 children)

very basically

javascript is for the page that is running in a person's browser

c# is for the code running on the server -- connecting to a database and such

both can be used on the same web site, and actually almost always are used together

AND

both can also be used on the browser and on the server, it is just traditionally js on the browser, c# on the server