good tutorial man, it would be great if you could explain how to connect the azure sql db to sql server managment studio
@Netcode-Hub Жыл бұрын
Alright sir, will see to that😀
@dilrukshiperera-yo5br3 ай бұрын
thankyou. I made some use of this tutorial.
@Netcode-Hub3 ай бұрын
Welcome 🤗
@HieuNguyen-un4bb11 ай бұрын
nice video bro! But i have an question. When i click finish on 8:31 , i get 3 errors : - NuGet.PackageManagement.PackageReferenceRollbackException: Package restore failed. Rolling back package changes for 'MagicPost_BackendAPI'. - Failed to configure NuGet packages. - Failed to configure dependency Azure SQL Database mssql1. i don't understand why cause i do it same as you do. Can you explain for me if u know that! Thank u so much
@Netcode-Hub10 ай бұрын
Will check please
@lirovink7 ай бұрын
Thank you so much for this video man! I was looking for ages for an answer to show the Swagger (now OpenAPI) page on my web app until i came across this video. Just a quick question - how come the database is empty if we choose to include the dbContext from our application? did i miss something from your explanation?
@Netcode-Hub7 ай бұрын
Did you publish your database to azure?
@lirovink7 ай бұрын
@@Netcode-Hub Yes of course When I executed show all data GET command, I was presented with an empty array After adding data using the ADD command, I saw the new data I saved displayed instead of the empty array. I have another question. I have a registration function with which I register new users, and then a login function with which I get a JWT to authenticate and send CRUD commands. Is there a way to use the token that I get through SWAGGER, or do I have to work only with the help of POSTMAN for example?
@Netcode-Hub7 ай бұрын
@lirovink yes , you can add authorization feature to swagger . Check playlist, have couple of videos to assist you. You can also mail me for special assistance.
@lirovink7 ай бұрын
@@Netcode-Hub Thank you man. I am lost, can you please direct me to a specific video about the subject? much appreciation
@mostafayehya4902 Жыл бұрын
this error shown in the step entity framework migration dotnet tool install dotnet-ef The tool package could not be restored. Tool 'dotnet-ef' failed to install. This failure may have been caused by: * You are attempting to install a preview release and did not use the --version opt * A package by this name was found, but it was not a .NET tool. * The required NuGet feed cannot be accessed, perhaps because of an Internet co * You mistyped the name of the tool. For more reasons, including package naming enforcement,
@Netcode-Hub Жыл бұрын
Use this instead dotnet tool install --global dotnet-ef
@crepinoscript12Ай бұрын
I am using a MySQL database, and in the API, I have configured token generation and role-based authorization before accessing an API route. Could this tutorial apply to my system? PLEASE
@Netcode-HubАй бұрын
Absolutely
@crepinoscript12Ай бұрын
@@Netcode-Hub i tried to do that but microsoft azure service is not available in my country unfortunetly i can"t create an account 💔,can you please show me another way to publish my API ?
@محمد-ع4ث2ق3 ай бұрын
can i use postgresql insted of sql server ?
@Netcode-Hub3 ай бұрын
Absolutely
@ReadLineAcademy7 ай бұрын
Thanks sir❤️❤️
@Netcode-Hub7 ай бұрын
😃
@stark51312 ай бұрын
what is cost for this ??
@Netcode-Hub2 ай бұрын
Are you talking about azure hosting service ?
@leandroangeldzibnauat44274 ай бұрын
Don't show swagger on my app deployed
@Netcode-Hub4 ай бұрын
Check your program setting Change swagger middleware from development to production or comment it. Have you don’t that already ?
@dznleandro4 ай бұрын
Yeah, I commented the if of development mode, thanks 🎉