Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kirui224yThanks for the comments... You could explain a lil the best way you integrate with the backend
-
@kirui I mean if you have a Web API over http, you might as well make a simple web site for it. Though I wouldn't want to do something complex with html+js.
You could do it in C#, I think blazor (or whatever it was called) has gotten fairly nice web assembly support iirc. -
Kimmax111064yTf people suggesting Blazor, that shit ain't nowhere near production ready, no?
Use Razor for server render shit, otherwise go rest api style -
Who needs front end if you can just Console.writeLine();
Your GUI by using ASCII Block-ish symbols for borders. -
Blazor.
But ANY will work. Visual studio is the best IDE in the world for supporting libraries -
@Baksman your coment is idiotic. Visual code may be a cement. Visualt studio is the whole building team at your disposal
-
Swagger works quite well, simple to setup and then produces a self documenting UI automatically.
Related Rants
I'm developing a small project using C# web Api as backend.. What's the best front end using same IDE(Visual studio)?
question