I currently building a data collection system [mainly "EFM" - enterprise feed back management] using .NET.
I was wondering if there is a possibility to provide the user to script and manipulate the objects -> like a programming language but with minor functionalities
For example - "Confirmit" or "Survey Gizmo" both these tools have controls as well as a scripting language to control the fl开发者_Go百科ow and logic of the programs
Thanks
Lua is designed to provide scripting capabilities to applications written in C. There is a Lua.NET which supports .NET. Lua is clearly powerful enough to enable your user to "program and manipulate the objects" in your online application. Lua may be overkill; I'm finding it hard to tell from your question.
精彩评论