April 6, 2021 •
Comments (0)
SharpLab: .NET Language Playground

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 understanding of .NET languages.
Leave a Comment
Required fields are marked *. All comments are moderated and may not be published immediately. Your email address will not be published.