What are people using JScript.Net for?

前端 未结 12 1899
清酒与你
清酒与你 2020-12-23 13:50

I\'m interested to know who uses JScript.Net and for what sort of applications. Whenever I\'m reading MSDN .Net documentation, I always notice the JScript samples but in all

12条回答
  •  北海茫月
    2020-12-23 14:29

    I'm late to the party here, but I want to add my take:

    I see JScript.NET being useful for server-side code. It's pretty natural to use something server-side that is essentially the same as what you use client-side. Also, it makes working with JSON that much easier so can be a boon if you're creating a web service that communicates via JSON.

    I wrote a web service where I work in C# but am thinking of migrating to JScript.NET because of those reasons.

提交回复
热议问题