The Tower Bridge in Sacramento, California Original GOLD Engine
.NET Programming Languages
Main
Latest News
Getting Started
Screen Shots
Download
Documentation
Contributors
Contact
About GOLD
How It Works
FAQ
Why Use GOLD?
Comparison
Revision History
Freeware License
More ...
Articles
What is a Parser?
Backus-Naur Form
DFA Lexer
LALR Parsing
Glossary
Links
More ...


.NET is a technology developed by the Microsoft Corporation for cross-language interoperability. The .NET Languages are not directly compiled, but, instead, translated to an intermediary language called MSIL (Microsoft Intermediate Language).  In turn, MSIL concisely describes the program's data types, access rights, and logic to the Common Language Runtime (CLR).

In short, the .NET Framework allows components developed in different programming languages to be used together.

Microsoft .NET Homepage

Microsoft .NET

.NET Engines

There are a currently five different engines available to use in your project.

Template Support

Many of the .NET engines contain program templates that can create a nice skeleton program. You don't need a program template to create a project, but it does make things a tad easier.

Templates
  C# Visual Basic .NET F#
BSN Engine Uses an alternative approach
Calitha Engine  
Klimstra Engine      
Morozov Engine    
Wilbanks Engine