C
C#β€’7mo ago
Adam Garlick

Is anyone able to turn a C#/.net application into a Local Hosted Website?

I have an application that id like to put onto a locally hosted Website.
10 Replies
Jimmacle
Jimmacleβ€’7mo ago
you'll have to be more specific there's an entire framework for C# web applications called ASP.NET Core
Adam Garlick
Adam Garlickβ€’7mo ago
Makes sense, Currently, i have the code that creates this hub. It pings 10 local PCs to see what user is logged onto them. I'm wondering if it's possible to run a website off a PC. Like only looking for a local host connection to the website
No description
Jimmacle
Jimmacleβ€’7mo ago
all websites are run off computers πŸ˜› but yes, that's possible you won't be able to use the same UI though, you'll have to rebuild it as a website
Adam Garlick
Adam Garlickβ€’7mo ago
i assume the code will be able to be used tho?
Jimmacle
Jimmacleβ€’7mo ago
what code? your UI code no anything else you've written that isn't tightly coupled to the UI, probably
Adam Garlick
Adam Garlickβ€’7mo ago
Oh man, damn do you know how to code websites?
Angius
Angiusβ€’7mo ago
ASP.NET Core is the web framework for C# Plenty of tutorials, Microsoft's docs are a good place to get started
Adam Garlick
Adam Garlickβ€’7mo ago
dont want to do it for me? hahahaha
Jimmacle
Jimmacleβ€’7mo ago
we don't do things for people here, we can help them figure out how to do it themselves though
Adam Garlick
Adam Garlickβ€’7mo ago
aghhh fair fair, ahahah well ill start with tutorials! haha