Dante
Dante
CC#
Created by Dante on 9/8/2024 in #help
Opus, sodium and ffmpeg for docker linux app
yep, tried that before going to sleep and it worked, thanks tho' !
3 replies
CC#
Created by Dante on 9/7/2024 in #help
Question about best practices for project org
sounds pretty organized, I like the sound of it, thanks for the tip 🙂
19 replies
CC#
Created by Dante on 9/7/2024 in #help
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
CC#
Created by Dante on 9/7/2024 in #help
Question about best practices for project org
ok so its more like feature based, what do you usually have in your ...lets say BlogPost folder ? Folders for Models, Controllers, Services ?
19 replies
CC#
Created by Dante on 9/7/2024 in #help
Question about best practices for project org
hmmm ok yeah, that sounds like it makes sense for big projects
19 replies
CC#
Created by Dante on 9/7/2024 in #help
Question about best practices for project org
haha, Im trying to go with 1 class/1 file approach as much as possible. Im probably gonna have more classes in the same file at some point, but for now Im good 😄 thanks
19 replies
CC#
Created by Dante on 8/29/2024 in #help
SQLServer Express in docker - can update DB, but cant connect
Yep, thats the plan for me as well (I'll learn something new since I havent done that before, but your reply just confirmed its doable)
19 replies
CC#
Created by Dante on 8/29/2024 in #help
SQLServer Express in docker - can update DB, but cant connect
Hmm ok so this would be like a starting point for both services, but Im not sure if it works with VS2022 build. Ill definitely give this a try when the app is finished, thanks !
19 replies
CC#
Created by Dante on 8/29/2024 in #help
SQLServer Express in docker - can update DB, but cant connect
Im planning on doing that and setting it up on Portainer, but I was thinking of first developing the API and then moving it (it seemed easier)
19 replies
CC#
Created by Dante on 8/29/2024 in #help
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
CC#
Created by Dante on 8/29/2024 in #help
SQLServer Express in docker - can update DB, but cant connect
I did a
docker network inspect bridge
docker network inspect bridge
and Im seeing both containers on it, Im assuming thats what you meant right ? (first time using docker desktop, used portainer a bit more)
19 replies
CC#
Created by Dante on 8/29/2024 in #help
SQLServer Express in docker - can update DB, but cant connect
from my understanding Docker Desktop should configure the networking between containers automatically, but I'll check - google time, brb
19 replies
CC#
Created by Dante on 8/29/2024 in #help
SQLServer Express in docker - can update DB, but cant connect
yeah, Im using the web api template with docker
19 replies
CC#
Created by Dante on 8/29/2024 in #help
SQLServer Express in docker - can update DB, but cant connect
Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server)
19 replies