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
# After nearly 8 years and over 1 billion code executions, Try .NET is **retiring on December 31st, 2025**.
2
-
3
-
When we launched in 2017, GitHub Codespaces didn't exist yet, C# Dev Kit was years away, and AI-powered coding wasn't on the horizon. Try .NET gave developers something they needed: the ability to experiment with C# directly in their browser, no setup required.
4
-
5
-
We're incredibly proud of what Try .NET accomplished and grateful to everyone who used it, learned with it, and contributed to it. You helped shape what came next and the world has evolved. Today's developers have powerful local development tools that would have seemed like magic back then. It's time for us to focus our energy there.
6
-
7
-
Thank you for being part of the journey. Try .NET may be retiring, but the mission to make C# development delightful and accessible continues.
8
-
**Get started with modern C#:**[C# Dev Kit tutorial](https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial)
9
-
10
-
---
11
-
12
1
# Try .NET <imgsrc ="https://user-images.githubusercontent.com/2546640/56708992-deee8780-66ec-11e9-9991-eb85abb1d10a.png"width="80px"alt="dotnet bot in space"align ="right">
13
2
14
3
## Welcome to the Try .NET repo.
15
4
16
5
Try .NET provides developers and content authors with tools to create interactive experiences.
17
6
18
7
There are two different Try .NET interactive experiences:
19
-
* The web experience powered by Blazor (as seen on [Microsoft Learn](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world))
8
+
* The web experience powered by Blazor (as seen on [Essential C#](https://essentialcsharp.com/hello-world#hello-world))
20
9
* Interactive documentation with Markdown for .NET Core with the [dotnet try global tool](DotNetTry.md).
21
10
22
11
### Online, powered by Blazor
23
12
24
-
Microsoft Learn uses Try .NET to create interactive documentation. Users can run and edit code all in the browser.
13
+
EssentialCSharp.com uses Try .NET to create interactive code listings. Users can run and edit code all in the browser.
25
14
26
-
_**Please Note**: At the moment, the Try .NET online (`trydotnet.js API`) is currently only used internally at Microsoft as seen on Learn and [.NET page](https://dotnet.microsoft.com/learn/dotnet/in-browser-tutorial/1)._
15
+
_**Please Note**: At the moment, the Try .NET online (`trydotnet.js API`) is currently only used internally at IntelliTect as seen on EssentialCSharp.com(https://essentialcsharp.com/hello-world#hello-world)._
@@ -37,20 +26,12 @@ To make your markdown files interactive, you will need the [.NET Core 3.0 SDK](h
37
26
## Table of Contents
38
27
-[Getting Started with Try .NET](DotNetTryLocal.md): Interactive documentation generator for .NET Core.
39
28
40
-
41
29
## Contribution Guidelines
42
30
43
-
As we are still in the early stages of our development, we are unable to take any feature PRs at the moment, but we intend to do so in the future.
44
-
If you find an issue or have a feature suggestion, please open an [issue](https://github.com/dotnet/try/issues/new/choose). And if you have any feature suggestions, please submit them using the "community suggestions" label.
31
+
If you find an issue or have a feature suggestion, please open an [issue](https://github.com/intellitect/try/issues/new/choose). And if you have any feature suggestions, please submit them using the "community suggestions" label.
45
32
46
33
## Customers & Partners
47
34
48
-
**Microsoft Learn**
49
-
50
-
Microsoft Learn uses [Try .NET](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world) to create interactive documentation. Users can run and edit .NET code in the browser.
51
-
52
-
## Community Showcase
53
-
54
-
**NCache Live by Alachisoft**
35
+
**Essential C#**
55
36
56
-
[NCache Live](https://www.alachisoft.com/blogs/try-ncache-anywhere-anytime-with-ncache-live/) uses [Try .NET](https://learn.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world) to let the user experience NCache APIs with the help of executable and editable .NET code in the browser.
37
+
Essential C# uses [Try .NET](https://essentialcsharp.com/hello-world#hello-world) to create interactive code samples. Users can run and edit .NET code in the browser.
0 commit comments