Timeline for Adding scripting capability to a .NET application
Current License: CC BY-SA 3.0
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 29, 2012 at 13:35 | history | edited | gnat | CC BY-SA 3.0 |
deleted 2 characters in body; edited tags
|
| Apr 29, 2012 at 13:29 | answer | added | Wyatt Barnett | timeline score: 1 | |
| Mar 30, 2012 at 13:12 | answer | added | Monoman | timeline score: 0 | |
| Mar 4, 2012 at 11:00 | comment | added | jdehaan |
I also had a look at System.AddIn, which can simplify some of the AppDomain related aspects, but also requires some work... Using the DLR also seems a good way in which case an exisiting implementation like IronPython is probably the quickest way to success...
|
|
| Mar 3, 2012 at 6:51 | comment | added | Christian Horsdal | If not your desire to stat with C# or something close I'd suggest IronRuby or IronPython | |
| Mar 2, 2012 at 20:24 | comment | added | jdehaan | for me it is completely unclear how JScrit.NET will inter-operate with data structures in the application. I saw it only in relation with Web Server page generation. I think it does not fit in my case. Correct me if I am wrong. | |
| Mar 2, 2012 at 17:44 | comment | added | Jetti | @SimonMourier To add to that, why not use JScript.NET instead of javascript | |
| Mar 2, 2012 at 17:41 | comment | added | Simon Mourier | Have you considered Javascript? see here stackoverflow.com/questions/4744105/… | |
| Mar 2, 2012 at 17:37 | comment | added | Larry OBrien | Have you considered embedding Mono? | |
| Mar 2, 2012 at 17:28 | history | migrated | from stackoverflow.com (revisions) | ||
| Mar 2, 2012 at 17:19 | comment | added | jdehaan | Roslyn sounds great at scripting, I need to give it a try! I could find this interesting first steps tutorial blogs.msdn.com/b/csharpfaq/archive/2011/12/02/… | |
| Mar 2, 2012 at 17:07 | comment | added | jdehaan | Roslyn seems really interesting ideed! PowerShell or Shell integration is not what I am actually looking for however I could shift or standardize some functionality into my app and make it available from power shell scripts... Free and not open source is also fine if provided from a major company. | |
| Mar 2, 2012 at 16:44 | comment | added | Sam Axe | How about using the VS Integrated Shell (I think thats what they are calling it). I don't know much about it, but it looks like a good place to start for #4. | |
| Mar 2, 2012 at 16:41 | comment | added | svick | Why only FOSS libs? Or do you just mean free libs? | |
| Mar 2, 2012 at 16:33 | comment | added | user37735 | Is there a reason you don't just use PowerShell? If your platform is Windows I would highly recommend it. | |
| Mar 2, 2012 at 16:29 | comment | added | Austin Salonen | Dupe of Roslyn? | |
| Mar 2, 2012 at 16:20 | history | asked | jdehaan | CC BY-SA 3.0 |