2
kirui
4y

I'm developing a small project using C# web Api as backend.. What's the best front end using same IDE(Visual studio)?

Comments
  • 2
  • 1
  • 0
    Thanks for the comments... You could explain a lil the best way you integrate with the backend
  • 0
    Frontend as in GUI?
  • 0
  • 1
    @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.
  • 0
    @yellow-dog could you plz elaborate a bit?
  • 1
    Tf people suggesting Blazor, that shit ain't nowhere near production ready, no?

    Use Razor for server render shit, otherwise go rest api style
  • 0
    @kirui @Kimmax normally i wouldnt suggest anything that uses c#, but the requirement was working from vs, so theres not much choice there. Also this sounds like a personal project so why not use something bleeding edge.
  • 3
    notepad.exe

    You can find it in the Windows folder. Let me know if you need any help.
  • 0
    Who needs front end if you can just Console.writeLine();
    Your GUI by using ASCII Block-ish symbols for borders.
  • 3
    Im building a house using cement whats the best color of paint i can use?
  • 2
    @Baksman Yellow, because Fridays aren't green
  • 1
    Blazor.

    But ANY will work. Visual studio is the best IDE in the world for supporting libraries
  • -1
    @Baksman your coment is idiotic. Visual code may be a cement. Visualt studio is the whole building team at your disposal
  • 0
    Blazor
  • 0
    Swagger works quite well, simple to setup and then produces a self documenting UI automatically.
Add Comment