486 Views
ConsolR is a console that you add to an ASP.NET web application to let you run arbitrary C# from within the app. This means that everything that's available to your application (or your application's AppDomain to be more precise), will be available from ConsolR as well. This allows you to execute code on-the-fly from a browser using C# in your application's environment, which is useful for numerous use cases.
0 comments