GitHub - ashmind/SharpLab: .NET language playground
github.com › ashmind › SharpLabThis repository contains source code for https://sharplab.io. SharpLab is a .NET code playground that shows intermediate steps and results of code compilation. Some language features are thin wrappers on top of other features -- e.g. using () becomes try/finally . SharpLab allows you to see the code as compiler sees it, and get a better ...
Discover .NET - SharpLab
discoverdot.net › projects › sharplabThis repository contains source code for https://sharplab.io. SharpLab is a .NET code playground that shows intermediate steps and results of code compilation. Some language features are thin wrappers on top of other features -- e.g. using() becomes try/finally. SharpLab allows you to see the code as compiler sees it, and get a better ...