You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis Jensen edited this page Nov 26, 2025
·
6 revisions
This page gives you quick, hands-on experience using Forge and ForgeEditor. It is recommended to use this as a sandbox to test features as you learn more about the various contributors: application owner, ForgeTree author, ForgeAction author.
ForgeQuickStart.linq - Initializing and Executing Forge
This Linqpad script is a bare-bones application that integrates Microsoft.Forge.TreeWalker. If you are onboarding your application to use Forge, this is the minimal code needed to get you started. The script contains helpful comments that give you a basic understanding of Forge, and points to various wiki pages for more in-depth details.
It is intended to give users a quick, hands-on experience with Forge from the various contributors perspective:
Application owner
ForgeTree author
ForgeAction author
Running the ForgeQuickStart Linqpad script
Download Linqpad if you haven't already. (It allows you to write and execute C# code quickly)