C
C#9mo ago
Juliandyce

❔ 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
Angius
Angius9mo ago
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
Accord
Accord9mo ago
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.
Want results from more Discord servers?
Add your server
More Posts
❔ Task trackingHi! I am writing an app that relies on HostedService(s). I've got a hosted services which has an Ht❔ Source Generators stopping Hot Reload in VS 2022Got a source generator (I didn't write it, someone I'm working with did tho) and it works in VS with✅ CalcBinding "object not set to value" errorI'm using CalcBinding to bind some properties with `{CalcBinding:Binding 'SelectedValue == Defs:LogI❔ How to censor a bad word in capital letters without changing original letters case?I'm trying to loop through a list of bad words to filter them out, but when their case is different Delegate caching. Is it safe to use or some dirty hack to avoid? (code below)Here's some delegate caching into struct... ```cs using System; public class InstanceHandler<T> wh✅ Using SQLite with C#The next project of the C# Academy is creating a habit tracker. I'm a little confused on the SQLite ✅ public static async Task Main instead of public static void Main for dsharpplus setup?In tutorials I see that they use void, and they call an async method using GetAwaiter().GetResult().✅ ✅ C# Academy Calculator Project Challenge -- Counting Times UsedCalculator.mekasu0124/Program.cs - https://pastebin.com/Wvz9eHUM ClassLibrary/CalculatorLibrary.cs -✅ C# Academy Math Game Issues```cs public void StartDivGame(string username, DateTime date, int totalQuestions, string difficulty❔ Execute / Run local project `.csproj` NuGet packageI have a `package` installed from `NuGet` : https://github.com/killwort/dotnet-bump, and supposedly