Scripting .Net

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/7/23/scripting-net.html
Published Wednesday, July 23, 2003 8:04 PM by RoyOsherove
Filed under:

Comments

Tuesday, February 03, 2004 4:42 PM by Jorge Matos

# re: Scripting .Net

I agree 100%
Monday, March 01, 2004 12:05 PM by Elwin Ardririanto

# re: Scripting .Net

Yes, I'm aggree with you, I think Microsoft forget to bring their lightweight activeX script control into .Net version. But have you try to reuse the old existing microsoft ActiveX script control inside the .Net Visual Studio. It works just normal, and I can still exposing any object instance from inside my .Net Application, and off course VBScript and JScript are still the only language that I can use not the ideal VB.NET.

Actually I've try to make my own scripting control for .NET, but still it is quite difficult to implement since when the script code is compiled then it can no longer be changed with other script and give it to recompile again.

Can you help me
Monday, March 01, 2004 12:32 PM by Roy Osherove

# re: Scripting .Net

Elwin:Thanks. Check this article I wrote. It takes your way of implementation to an extreme.