Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Plans for C# Script???

0 views
Skip to first unread message

Christian Bensberg

unread,
Dec 12, 2000, 5:57:01 AM12/12/00
to
Are there any plans for a C# scripting language that can be used with the
Script Control or the WSH?

Regards,
Bensberg


Eran Sandler

unread,
Dec 12, 2000, 6:16:34 AM12/12/00
to
As far as I know, Microsoft's plan is to eliminate the scripts. All so
called scripts will be actually Just In Time compiled and run. This mean's
that almost every managed code compiler can be actually used as a script so
it includes VB.net and C# as well.

Eran.

"Christian Bensberg" <bens...@web.de> wrote in message
news:uxmhVnCZAHA.1680@tkmsftngp04...

Jeff Glenn

unread,
Dec 13, 2000, 7:10:40 PM12/13/00
to
I think the more interesting questions are,

"When will we be able to write C# code for IE instead of
vbscript/javascript?"

"For that matter why can't we use any dotnet language in the client
browser?"

Yeah, that would be cool. One language everywhere...

Jeff


"Eran Sandler" <esan...@netvision.net.il> wrote in message
news:O5SwT0CZAHA.1476@tkmsftngp05...

Jonathan Allen

unread,
Dec 14, 2000, 2:48:22 AM12/14/00
to
You couldn't even if you could. Not only would it require an IE upgrade,
Netscape would never support it.

--
Jonathan Allen


"Jeff Glenn" <jgl...@intrastar.com> wrote in message
news:OcyKqJWZAHA.1952@tkmsftngp05...

William Stacey

unread,
Dec 14, 2000, 5:53:55 PM12/14/00
to
It would be really easy for them to do. Send the code down to the client,
have IE spawn the JIT to start cranking on the code. Very minor change to
IE. The big question is getting the JIT/runtime built into all versions of
Windows so it will be ubiquitus. Then you could really script C#.NET,
C++.NET and VB.NET everywhere. Actually just building on WSH today. You
don't really even need IE. However, the security people may have a field
day with this one. However, rich applications require more than a sandbox.

Jonathan Allen

unread,
Dec 15, 2000, 10:02:16 AM12/15/00
to
You still have the Netscape problem. As long as it's floating around, we
have to code to it on all Internet projects. MS could write a plug-in that
took over the Netscape rendering engine and produce decent output, but I
don't see it happening.

--
Jonathan Allen


"William Stacey" <sta...@ameritech.net> wrote in message
news:u4H6zBlZAHA.1320@tkmsftngp02...

Peter Torr (MS)

unread,
Dec 15, 2000, 11:57:16 AM12/15/00
to
"Jonathan Allen" <greyw...@bigfoot.com> wrote in message
news:uecSSGr...@cppssbbsa02.microsoft.com...

> You still have the Netscape problem.

One word... check my signature ;-)

Peter

--
Peter Torr - pt...@microsoft.com
JScript .NET Program Manager

Lutz Roeder

unread,
Dec 15, 2000, 8:57:24 PM12/15/00
to
actually netscape dont seems to be a big problem anymore.
some friend told me that they just kicked N4/N6 support out
of everything and expected lots of trouble but finally the "migration"
went very smooth (it might sound suprising but they realized that
not a single customer really needed N4/N6 support ...).
furthermore most tech-users have N6/IE on the same machine and
if netscape crashes they usually jump to the big evil browser that works.


"Jonathan Allen" <greyw...@bigfoot.com> wrote in message
news:uecSSGr...@cppssbbsa02.microsoft.com...

Jonathan Allen

unread,
Dec 15, 2000, 11:20:53 PM12/15/00
to
I wish I could say the same. Any idea what the market share is right now?
Maybe it's low enough that we really don't need it any more.

> not a single customer really needed N4/N6 support ...).

What, no one is using N5?

--
Jonathan Allen


"Lutz Roeder" <lut...@hotmail.com> wrote in message
news:edZOjOwZAHA.2132@tkmsftngp05...

Zachary Turner

unread,
Jan 15, 2001, 5:26:26 PM1/15/01
to
Never say never. After all, C# and the whole .NET architecture have been
submitted to ECMA for standardization. This means that in a few years
perhaps .NET will exist for more platforms. And as it begins showing up on
more platforms, people like Netscape will be compelled to incorporate the
technology into their browsers.


"Jonathan Allen" <greyw...@bigfoot.com> wrote in message

news:uMH6hMb...@cppssbbsa02.microsoft.com...

Jonathan Allen

unread,
Jan 15, 2001, 6:43:22 PM1/15/01
to
> And as it begins showing up on
> more platforms, people like Netscape will be compelled to incorporate the
> technology into their browsers.

JScript, in the form of EcmaScript, has also been submitted. And so a lot of
it has already implemented by IE and Netscape. Creating a new language
called C#Script would be an unnecessary duplication of effort.

--
Jonathan Allen


"Zachary Turner" <ztu...@bindview.com> wrote in message
news:30A8A0B95987F4EB.F8FD998D...@lp.airnews.net...

Peter Torr (MS)

unread,
Jan 17, 2001, 12:36:24 AM1/17/01
to
"Jonathan Allen" <greyw...@bigfoot.com> wrote in message
news:eAicEu1fAHA.1588@tkmsftngp05...

> JScript, in the form of EcmaScript, has also been submitted. And so a lot
of
> it has already implemented by IE and Netscape.

re: "a lot of it":

JScript 5.5, released last year, fully implements a superset of ECMAScript
Edition 3.

I believe Netscape also have a full implementation in their latest release
of JavaScript.

Peter Torr (MS)

unread,
Jan 17, 2001, 12:33:47 AM1/17/01
to
Hi,

Somehow I missed this thread... see below for comments.

"Jeff Glenn" <jgl...@intrastar.com> wrote in message
news:OcyKqJWZAHA.1952@tkmsftngp05...

> Yeah, that would be cool. One language everywhere...

I believe your talking about JScript (ECMAScript)... and it has been
available for several years.

"Eran Sandler" <esan...@netvision.net.il> wrote in message
news:O5SwT0CZAHA.1476@tkmsftngp05...
> As far as I know, Microsoft's plan is to eliminate the scripts.

Not at all! :-) Check out the new VSA announcement --
http://msdn.microsoft.com/vstudio/vsa (I think)

> All so called scripts will be actually Just In Time compiled and run.

Yes -- this doesn't stop them being "scripts", though.

"Christian Bensberg" <bens...@web.de> wrote in message
news:uxmhVnCZAHA.1680@tkmsftngp04...
> Are there any plans for a C# scripting language that can be used with
> the Script Control or the WSH?

Maybe in the future, but not just yet.

0 new messages