Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Do you want a program to be automated using a custom script(MyFile.vbs/MyFile.js)?
.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
  • *Gurus*
Posted

Look into the [mshelp=ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemCodeDomCompiler.htm]System.CodeDom.Compiler[/mshelp] namespace. It provides runtime compilation services, eliminating the need for other scripting languages. With it, you can compile any .NET program into an executable or a library.

 

Also, look for a CodeDom example by divil in the Code Library.

  • 6 months later...
  • *Gurus*
Posted

If you use .net languages to add scripting support to your application, you have to compile them. This doesn't necessarily mean writing exe files to the hard drive, assemblies can exist in memory.

 

I wrote an article on doing it, follow the link in my signature or look in the Tutor's Corner here on the forum if you want to read it.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Posted
I've been looking over the article, and peeked into the program. It seems like a lot of information for me to handle. I may need to pickup a book, or do some more research for a beginner program from start to finish. I'm not a beginner programmer, but I am new to .net - and finding the generic microsoft help a little non-descript and vauge. But your article is a good start thanks for the information. If you have any ideas for books or online resources on this subject it would be appreciated thanks.
www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...