Debugging C# running in a browser using the Chrome debugger

github repo

Momentan foloseste DotNetAnywhere, ar fi interesanta o varianta full .NET Core.

3 Likes

Poti crea aplicatii client side in C#, acesta se compileaza in WebAssembly si ruleaza in browser, din link-ul GitHub:

The arrival of WebAssembly creates the possibility of building client-side web applications using languages and runtimes that are more typically used for native app development. Blazor runs .NET code in the browser via a small, portable .NET runtime called DotNetAnywhere (DNA) compiled to WebAssembly.

related talk:

Aparent si Xamarin lucreaza la asta:

1 Like