Skip to content
EntityQ820978· pop 6· linked from 2 articles

Script.NET

Sign in to save

Script.NET or S# is a metaprogramming language that provides scripting functionality in Microsoft .NET applications, allowing runtime execution of custom functionality, similar to VBA in Microsoft Office applications. The syntax of Script.NET is similar to JavaScript. It is designed to be simple and efficient scripting language allowing to customize .NET applications. The language has a true runtime interpreter, and it is executed without generating additional in-memory assemblies.

Official website

Petro Protsyk personal page

Personal web page of Petro Protsyk, microsoft certified .net developer (mcpd)

protsyk.com

Link to the official site · 827 chars · not written by Vinony

Wikidata facts

Sources (2)

via Wikidata · CC0

~3 min read

Article

10 sections
Contents
  • Metaprogramming features
  • Generalized objects
  • Definition
  • Examples
  • Hello world
  • Bubble sort without output function
  • RSS Reader
  • Stack
  • See also
  • External links

Script.NET or S# is a metaprogramming language that provides scripting functionality in Microsoft .NET applications, allowing runtime execution of custom functionality, similar to VBA in Microsoft Office applications. The syntax of Script.NET is similar to JavaScript. It is designed to be simple and efficient scripting language allowing to customize .NET applications. The language has a true runtime interpreter, and it is executed without generating additional in-memory assemblies.

Script.NET is an open-source project.

Available in 6 languages

via Wikidata sitelinks · CC0

Connections

Categories