|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Can .Net Framework run C# or VB code without Visual Studio 2005?Hi All,
I am considering .Net languages like C# or VB for a scripting language which will run on my libraris (DLLs) which will be written in C#. I hope the user to add his/her own logic in the scripting language. Which language is the best for this. I am assuming that the users don't have Visual Studio 2005, but they can install .Net framework 2.0. Thanks for your answers in advance. On Nov 29, 3:45 pm, Moon Hwang <Moon Hw***@discussions.microsoft.com>
wrote: > I am considering .Net languages like C# or VB for a scripting language which The framework includes compilers for both C# and VB.> will run on my libraris (DLLs) which will be written in C#. I hope the user > to add his/her own logic in the scripting language. > > Which language is the best for this. I am assuming that the users don't have > Visual Studio 2005, but they can install .Net framework 2.0. > > Thanks for your answers in advance. Jon Are there any pages (or articles) in this MSDN site or else which is explain
how to run C# or VB codes without Visual Studio 2005 in a console mode? Show quote "Jon Skeet [C# MVP]" wrote: > On Nov 29, 3:45 pm, Moon Hwang <Moon Hw***@discussions.microsoft.com> > wrote: > > I am considering .Net languages like C# or VB for a scripting language which > > will run on my libraris (DLLs) which will be written in C#. I hope the user > > to add his/her own logic in the scripting language. > > > > Which language is the best for this. I am assuming that the users don't have > > Visual Studio 2005, but they can install .Net framework 2.0. > > > > Thanks for your answers in advance. > > The framework includes compilers for both C# and VB. > > Jon > On Nov 29, 4:13 pm, Moon Hwang <MoonHw***@discussions.microsoft.com>
wrote: > Are there any pages (or articles) in this MSDN site or else which is explain I don't know of any, but either:> how to run C# or VB codes without Visual Studio 2005 in a console mode? a) you can programmatically compile source code using the CSharpCodeProvider or the equivalent for VB. b) you can run vbc.exe or csc.exe from the command line Jon Thanks, Jon!
It will be a very useful clue to me. Best regards, mOOn Show quote "Jon Skeet [C# MVP]" wrote: > On Nov 29, 4:13 pm, Moon Hwang <MoonHw***@discussions.microsoft.com> > wrote: > > Are there any pages (or articles) in this MSDN site or else which is explain > > how to run C# or VB codes without Visual Studio 2005 in a console mode? > > I don't know of any, but either: > > a) you can programmatically compile source code using the > CSharpCodeProvider or the equivalent for VB. > b) you can run vbc.exe or csc.exe from the command line > > Jon > |
|||||||||||||||||||||||