Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.
/ WebConsole Public archive

C# scripting console for a ASP.NET MVC project base on Roslyn

License

Notifications You must be signed in to change notification settings

igorkulman/WebConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebConsole

C# scripting console for a ASP.NET MVC project base on Roslyn

Motivation

I needed a way to provide the advanced users scripting support in a ASP.NET MVC application running in Windows Azure. I choose C# as tre scripting language.

Implementation

The C# scripting solution is based on Roslyn. The sample solution shows a basic scripting console to run C# scripts in a context containing one repository class.

Sample script

var data = Repository.GetAll();      
data.Count()    

About

C# scripting console for a ASP.NET MVC project base on Roslyn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages