News

CS-Script is enormously influenced by the Python execution model. A single script file is sufficient to execute a C# routine without dealing with any C# project infrastructure or pre-compilation of C# ...
Some C# files uses classes written in other C# files and RazorEnhanced implements a "custom C# way" to link files using a special directive //#import <relative path of the imported C# file> //#import ...
To write a C# script or query in LINQPad, you need to create a new query from the File menu or the toolbar. You can choose the language and the query type from the drop-down lists.
LINQPad is a powerful tool for writing and testing C# code snippets, queries, and scripts. It lets you interact with various data sources, such as databases, web services, and XML files, using ...
CShell features a C# code editor with code completion supporting C# scripts and a workspace explorer for organizing scripts and files. The project is extensible, so modules can be developed adding ...