Sign Up
|
Forgot Password?
Invalid username/password
Microsoft (49)
Technology
.Net Framework(4)
About .Net Framework (2)
Assemblies (2)
.Net Core(4)
Ocelot API Gateway (4)
Azure(1)
Cloud (1)
CSharp(12)
Intro to CSharp (4)
Namespace (1)
Code Snippets (7)
Sql Server(2)
Bussiness Intelligence (2)
ADO.Net(8)
Intro to ADO.Net (2)
Objects in ADO.NET (2)
Data Providers (1)
Data Containers (2)
Dataset using DataAdapter (1)
WPF(2)
Intro To WPF (2)
WCF(14)
Intro To WCF (2)
WCF Architecture (1)
Basics in WCF (1)
InstanceManagement (1)
Contracts (1)
ServiceHost (1)
Code Snippets (7)
LINQ(1)
Introduction To LINQ (1)
Other(1)
Programming (1)
Android (8)
Android
XAMARIN(2)
Configure Xamarin (1)
Build Xamarin Apps (1)
Phone Gap(6)
Code Snippet (3)
Work with Phonegap (3)
Electronics (6)
Electronics
Bluetooth Module(1)
HC-05 Bluetooth Module (1)
Sensor(1)
Ultransonic Sensor (1)
ESP32(2)
ESP32CameraModule (2)
GSM Module(2)
Arduino and GSM Module (2)
Docker (8)
Docker Image and Containers
Docker(3)
Docker Images and Containers (3)
Kubernetes(2)
Kubernetes (2)
General(3)
General (3)
General (16)
General Topics
Linux(1)
Linux (1)
Virtual Machine(1)
IOS (1)
DataStructure(1)
Basic (1)
NodeJs(3)
NodeJs (3)
Algorithm(4)
Algorithm in CSharp (3)
Encryption and Decryption (1)
Patterns(4)
MVVM (1)
MVC (3)
Tools(2)
Jenkins (1)
StyleCop (1)
Owner Note,
Hi, I am happy to dedicate my website to all the developers who are very interested in programming. Sign up here for free and share your knowledge with others. Thanks! Raj.
Microsoft
>
.Net Framework
>>
Assemblies
Views : 832
Rate This Article
:
paxScript for .Net Frameework
paxScript.Net is a scripting engine which includes interpreters of C# and VB.Net languages implemented as a .Net component. It is written in C#. Source code of paxScript.Net is CLS compilant. paxScript.Net compiles programs into byte-code written from scratch. It does not use CodeDOM and it does not generate a dynamic assembly. You can apply it to customize and extend your .Net application without having to recompile it.
Separate compilation of modules is allowed. You can combine source code modules and compiled (binary) modules in your paxScript.Net script project. paxScript.Net permits cross-language compilation, so you can combine C# and VB.Net modules in your scripts. Any host-defined .Net type or instance can be used in script application. The latest version 2.8 allows to use host-defined and script-defined generic types in your scripts.
C# interpreter is based on the ECMA-334 standard. It supports all C# language features with exception for the unsafe code and attributes. The interpreter extends standard of C# language with extra features which simplify the use of C# for scripting needs (the main function can be omitted).
You can call script-defined methods from host application.
You can debug your scripts with using breakpoints, call stack and watch/evaluate windows, and run scripts with use of trace into and step over debug modes.
Please visit site http://www.paxscriptnet.com to learn more about paxScript.Net.
About Author
paxscript
Total Posts
1
-
Comment this article
Name
*
Email Address
*
(Will not be shown on this website.)
Comments
*
Enter Image Text
*
View All Comments
Comments not posted yet!! Please post your comments on this article.
Developerin.Net - Code Download
Top Read Articles
Components of .Net Framework
Intro to SQL Server Reporting Services
Integrate Angular with ASP.NET MVC
Encryption and Decryption in Csharp
Bubble Sort
Turn ON OFF LEDs using Arduino and GSM Module
Introduction to .Net Framework
New Articles
ESP32 Camera in Station Mode
ESP32 Camera in Access Point Mode
How to Install Kubernetes 1.27
Basics Of Data Structures
paxScript for .Net Frameework
Install Mac OS on Virtual Machine
JWT Token Authentication and Ocelot API Gateway
Updated Articles
ESP32 Camera in Access Point Mode
ESP32 Camera in Station Mode
MVVM Pattern
How to Install Kubernetes 1.27
How to develop android app using Phonegap
Basics Of Data Structures
paxScript for .Net Frameework