This is a mirror of official site: http://jasper-net.blogspot.com/

Create, Debug, And Run C# Scripts With CSDirect

| Tuesday, August 16, 2011
csdirect-1.png

It can be quite a hassle to test, debug, and run C # scripts in Visual Studio, as sometimes it takes too much time to open project and test individual scripts. To quickly compile C# scripts without having to open Visual Studio or define Import and references lists, you can use previously featured standalone application, called FastSharp which lets you compile and run C# code along with VB and F# as well. However, the downside of application is that it doesn’t support syntax highlighting and code auto-completion features, plus you can’t gain access to your custom libraries.

CSDirect is developed to write, debug, test, and run individual C# script while allowing you to refer to .NET complaint libraries for accessing your own libraries. CSDirect IDE has the ability to highlight code syntax in order to mark incorrect usage of syntax and other related errors. In addition to syntax highlighting, it supports auto-complete feature as well which may help you with script creation.

Read more: Addictive tips
QR: https://chart.googleapis.com/chart?chs=80x80&cht=qr&choe=UTF-8&chl=http://www.addictivetips.com/windows-tips/create-debug-and-run-c-scripts-with-csdirect/

Posted via email from Jasper-net

0 comments: