© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
7 replies
Isotop7

❔ Blazor web app in console

Hi,

I currently write a small project that utilizes a console application on my server, thats running several tasks in the backend. One of these tasks is listening on mqtt messages and putting them in a database.

Now I want to extend this project with a web app to run CRUD operations on the database. I want the blazor page to be spawned in my main
program.cs
program.cs
thats already spawning all other tasks. Do I need to create a separate repo for this? Is there any other alternative as this would lead to duplicated code (
DbContext
DbContext
,
Models
Models
, etc.)
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Blazor web assembly app
C#CC# / help
2y ago
blazor web app using C#
C#CC# / help
12mo ago
✅ I am encountering NETSDK1082 in blazor web app
C#CC# / help
6mo ago
Read file from wwwroot in Blazor web app
C#CC# / help
13mo ago