Dante
Question about best practices for project org
also what about those services or utilities that are used in all features, like for example the DB context (unless you're using multiple db contexts, something Im still trying to wrap my head around) ? Do you have generic folders in the root of the project for those I'm assuming?
19 replies
SQLServer Express in docker - can update DB, but cant connect
nice catch, that was the issue 😄
- created a new network
- connected both containers to the test-network
- changed conn string to use container IP instead of localhost
- magic
thanks a lot, I got very confused by the fact that PMC was not telling me anything
19 replies