.NET Fiddle allows you to try out some code online in a browser. It's great to have a canvas to write a method or some .NET code without actually having to go through all the steps to create a new console project, etc.https://dotnetfiddle.net/
What is also cool as this tool can enhance your KBE's articles where you can create a .NET fiddle and then link to the fiddle in your KBE allowing the reader to see your code live first hand. This may not be ideal for all situations but it can be good most occasions.
Another service similar to .NET Fiddle is Runnable who allow you to run Java and other languages online in the browser in real time.
No comments:
Post a Comment