Thanks for this. I got a question. Sqledge container is for IOT dbs right? Does it work for other general business applications? I mean, can the Sqledge replace a RDBMS like MSSQL or Postgresql?
@vasiliioleinic2 ай бұрын
@@ransandu hi, technically it cloud. I never did it myself tho, using postgresql 90% of the time. I used sqledge in the video because it was the only option that was working with arm based macs (at the time I recorded the video), since then other providers stepped their game.
@ransandu2 ай бұрын
@@vasiliioleinic thanks for the clarification
@dgodiegomartins5 ай бұрын
Thanks for the great content. I have a question regarding the database cleanup process. Should it really be inside a ClassFixture? My concern is that each test should be independent, and with the current approach, we are using the same data across multiple tests within the test class. Is that correct?
@vasiliioleinic5 ай бұрын
Hi, yes, IMO the cost of spinning up a new instance of the API and Database for every test method in a class is overkill. This is why we spin up one api/db/etc per test class, hence we need that cleanup process which efectively resets the whole setup to a clean/default state after every test method. Edit just to make clear: if the clean-up process works correctly the data generated by a test should not be there when the next test runs, and every test will run against an clean* database.
@jephrennaicker4584 Жыл бұрын
Thanks I learnt alot!
@vasiliioleinic Жыл бұрын
Glad I cloud help :)
@endotron6 ай бұрын
Great video, I can't seem to resolve IApiMarker - is that because of a particular nuget package I'm missing, usually VS is good about pointing that out. Any help is appreciated.
@vasiliioleinic6 ай бұрын
Hi, thats an empty marker interface I created in part 1 inside the API
@endotron5 ай бұрын
@@vasiliioleinic Oh sorry I must have skipped part 1. Thank you!
@luky9212110 ай бұрын
what about issue with running tests in parrallel - it will save my life
@vasiliioleinic10 ай бұрын
Can you elaborate on that a bit?
@sauravbhatta5303 Жыл бұрын
Zoom in plz. Harder to watch over the phone.
@vasiliioleinic Жыл бұрын
Sure will do starting next video.
@milosristic4091 Жыл бұрын
It's good you haven't watched it on your smartwatch :D