Is there an equivallent to a jsFiddle for ASP.NET / VB?

后端 未结 3 851
陌清茗
陌清茗 2021-02-01 22:59

Is there anything out there that can do what jsFiddle does, but for asp.net things, like code I have in Visual Studio (vb)? Something where you can plug in your code, see the r

3条回答
  •  误落风尘
    2021-02-01 23:41

    .NET Fiddle supports ASP.NET MVC(thanks, @Eric) with both C# and VB.NET. Also there are several that either for ASP.NET(but C#) or VB.NET(but console or WinForms):

    • .NET Fiddle - supports VB.NET (ASP.NET MVC and console)
    • CodeRun Studio - supports ASP.NET but with C#.
    • Compilr - supports VB.NET (but only for console or Winform apps)
    • ideone - online compiler and debugger; supports VB.NET (but don't think you'll be able to run ASP.NET there)

提交回复
热议问题