Shayne Boyer - Docker Tools for Visual Studio

The way that we consume information is constantly changing. More people are putting down physical books and picking up laptops or tablets. When learning to code, people are looking for more interactive experiences to really get that knowledge to sink in.
In this episode, Maria Naggaga (@LadyNaggaga) joins Rich (@RunFaster2000) to talk about the Try .NET project, which allows people to experiment with and learn .NET in the browser.
If you're interested in learning more or want to try out Try .NET, here are some links that should be helpful to you.
Sounds like this would go great with Azure Notebooks: https://notebooks.azure.com/
Please consider also something like LINQPads, Dump() functionality
I clicked, "copy" then right clicked to paste but couldn't find a paste option.
Would be better if I could click "Execute" and it would do the "copy, paste, run" in one step.
Or make it more like Jupyter notebooks by having it inline with the docs in reference to the first documents.
Excellent stuff. Interactive documentation will make learning so much easier.
@DonaldA:Ctrl+V worked for me.
@DonaldA: We do have a it inline with docs https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=netframework-4.7.1 here is a an example. Try .NET has been designed to be used in flexible ways. If you see any issues with Try .NET please let us know https://github.com/dotnet/try/issues
are you aware of http://csharppad.com ? How try.net is better?