Can I use tools from this repo to create an online blazor-driven experience? #2931
Unanswered
douglasg14b
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It's not a replacement - .NET Interactive is a core "engine" that powers Try .NET (https://github.com/dotnet/try) as well as Polyglot Notebooks. Try .NET powers the Microsoft Learn examples, and NodaTime (see https://nodatime.org/3.1.x/userguide/recipes). You can set up your own instance of Try .NET but it requires running an ASP.NET backend and hosting the WASM editor. AFAIK there isn't an OOB sample that provides this for you. You scenario is something I've been interested in for the last couple of years. Have you thought about using Polyglot Notebooks, which you can run via CodeSpaces? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read that this repo is a replacement of
try.net
, which had online editor experiences, but was not really built to enable other devs to use it's tooling.Example of an online editor: https://learn.microsoft.com/en-us/training/modules/csharp-write-first/2-exercise-hello-world
I want to create an online experience with notebook blocks, and interactive editors such as this to showcase C# features as part of a presentation, so colleagues can follow along and have a guided playground to use without any more friction than opening a webpage.
Do you have a recommended direction to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions