Nophi
❔ Help to Host a API
Hi
I've already hosted two APIs in the past, one at Oracle and the other at Google Cloud with a three-month free trial.
However, in order to host them I had to create a VM, allocate everything correctly, enter the terminal from my PC with the key, use other software to send the build to the VM, open a screen in the terminal and run the API.
There's any API-focused hosting where you can just send the build and work with the dashboard? Without having to do the whole VM process?
Because I only need the API, not the VM
Sorry if it's an ignorant question, I really don't know
5 replies
✅ I need feedback to try to improve [.Net API]
Hey, I'm studiyng a lot of .Net backend in this year and I have applied for a lot of intern and junior positions recently. I did a lot of tests, but most of them don't give me any feedback :/
I need anyone good at .Net API that can check a repository, I'd really appreciate feedback on what I'm getting wrong and what I need to improve and study. I know I'm just a beginner.
Studying is important, but without feedback I feel directionless.
I'd like feedback on my last test:
https://github.com/Jvramiro/tech-test-backend-csharp
Sorry about the readme in portuguese, I'll try updating to two languages
And sorry if this is the wrong place to post it :/
18 replies
❔ Help in CRUD Update in .net Core and cshtml
I apologize cause this is a simple question, I am studying .net and I really want to be able to make an Update function I have created a .net 6 MVC solution
I created a CardsController:
https://codeshare.io/WdD79d
I created a route for my actions:
https://codeshare.io/Rb4NOB
I created a function in cshtml for the Delete and Update:
https://codeshare.io/YLJgKb
And when I call the UpdateCard function in the cshtml I get two errors in the console: PUT https://localhost:44307/Cards/Update/9 net::ERR_ABORTED 400 Error updating card.
Note: The Delete Function works Can you look at my simple code and point out where the error might be?
8 replies