❔ Webapp
If I want to create my own web app with C# and also want to get something out of the process, what should I use? Asp.net core, Blazor, ...
2 Replies
If you want to make an SPA with C#, Blazor is the only option. Blazor WASM to be more precise
If you want an API, make... an API
If you want SSR, use MVC or Razor Pages
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.