1. | It was designed by Brendan Eich. | It was designed by Microsoft. |
---|
2. | JavaScript runs in maximum browsers without no plugin prerequisite. | C# requires a plugin . |
---|
3. | It cannot examined or type in records in client machine. | It can examine and compose records in case given Silver light version permits for it. |
---|
4. | JavaScript is dynamic written. | It is static in nature. |
---|
5. | JavaScript has isolated libraries to do local questioning like underscore.js | C# has LINQ, a effective .NET component utilizing which local questioning can be done. |
---|
6. | JavaScript does not have an administrator and change over-burdening. | C# has administrator and transformation over-burdening capabilities. |
---|
7. | The most purpose of JavaScript is to form intuitively web applications. | C# can be utilized in so numerous broadly diverse applications. |
---|
8. | JavaScript’s scope is constrained and there are a few pitfalls to this dialect. | C# may be a truly vigorous dialect which engineer incline toward over the globe. |
---|
9. | JavaScript is a single threaded language. | C sharp supports multithreading. |
---|
10. | JavaScript supports closure script. | C# do not support closure script. |
---|
11. | JavaScript supports server side scripting. | C# does not provide support for server side scripting. |
---|
12. | JavaScript files are saved with .js extension. | C# files are saved with .cs extension. |
---|
13. | It does not support lambda expression. | It supports lambda expression. |
---|
14. | It supports Language Integrated Query. | C# also supports Language Integrated Query. |
---|
15. | It is less complex as compared with C#. | It is quite complex. |
---|
16. | It does not support integer data types. | It supports integer data types. |
---|