Answer Posted / guest
.NET is an emerging, machine-independent platform from
Microsoft. It is similar in architecture to Amzi! Prolog
and .NET in that it has its own virtual machine called the
Common Language Runtime (CLR). The primary interface for
the CLR is a managed wrapper class for amzi.dll, which is
described here. As .NET continues to evolve, our interface
(s) will meet Amzi!'s customer's needs. Please tell use
about your needs by e-mailing us at www.amzi.com.
The .NET Class encapsulates the Amzi! Logic Server for use
by .NET applications and applets. It includes:
A .NET Class Package the encapsulates a Logic Server Engine
Methods that correspond to the Logic Server API Functions
Use of .NET's exception handling for API errors, and
.NET-like method interfaces.
In addition, you can extend the .NET Class to allow Prolog
to call methods in your .NET code.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Why do we use 0?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
How do you prevent a class from being inherited?
How do you use nullable?
What is a static property. Give an example?
Is list immutable in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
Why is c# a good programming language?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
How are delegates chosen?
What are bitwise logical operators?
What are verbatim strings in c#?
What is an inheritance ?Give an example in which inheritance is used?
Why we use oops in c#?
What is thread life cycle in c#?