DEV Community

Discussion on: Blazor Server CRUD App Using Visual Studio Code

Collapse
 
runtimevic profile image
runtimevic

Hello, sorry for my English, it is not my native language, I am following the realization of this project to learn blazor, and I have a few doubts:
.- What version of microsoft sql server have you installed?
.- To make the connection to the database with SQL Server Express LocalDB, it could also work with a database that is housed in a container With Docker ?, or what other type of method do I have to use to connect to the database in a container?
.- If you could tell me using postman what would be the different requests for get, post, delete, etc ..., they would be very useful for me to test the api.

Congratulations on the good work and the effort to document it with photos so that we can follow and understand each step.

Thank you very much for everything Victor.

Collapse
 
rineshpk profile image
rinesh

I have used SQL Server 2019. Not tested using a database in a container.
This might be helpful docs.microsoft.com/en-us/sql/linux...

Collapse
 
runtimevic profile image
runtimevic

Hi,
it would be great if you could complete the project with sorting and filtering of the data.
best regards, Víctor.