Isotop7
Isotop7
CC#
Created by Isotop7 on 5/22/2023 in #help
❔ Blazor web app in console
has this any downsides for my console application?
8 replies
CC#
Created by Isotop7 on 5/22/2023 in #help
❔ Blazor web app in console
Like: MainApp -> Program.cs: -> Spawn Task A -> Spawn Task B -> Spawn Blazor Web App -> Spawn Task C
8 replies
CC#
Created by Isotop7 on 5/22/2023 in #help
❔ Blazor web app in console
No, i want to build a separate blazor web app, thats using code from my existing console application like DbContext and it should be started from my Program.cs from my console application. When I create a new template with dotnet the template uses the asp.net sdk and I don't really know how to incorporate it. I want to ship my main application, thats spawning several tasks with the web ui using blazor in one exe
8 replies