Arpit Sirohi
Arpit Sirohi
CC#
Created by sterbuk on 1/19/2024 in #help
How can I play a song in a c# console?
I think you can also use a simple timer for this if there is a time duration . Just use the System.Timer system create an object timer = new System.Timers.Timer() ; and after the interval you can just reset the timer and exit
7 replies
CC#
Created by sterbuk on 1/19/2024 in #help
How can I play a song in a c# console?
some sort of if condition with character matching to stop ?
7 replies
CC#
Created by Arpit Sirohi on 6/12/2023 in #help
❔ Need help in EntityFramework core
@ymessiah Ok I will try that
13 replies
CC#
Created by Arpit Sirohi on 6/12/2023 in #help
❔ Need help in EntityFramework core
Should I duplicate the project and then try again ?
13 replies
CC#
Created by Arpit Sirohi on 6/12/2023 in #help
❔ Need help in EntityFramework core
@ymessiah How do I do that ? I have tried removeing the docker.dcproj itself from the project refrence in csproj file but it gives me the same error .
13 replies
CC#
Created by Arpit Sirohi on 6/12/2023 in #help
❔ Need help in EntityFramework core
@ymessiah Sorry for the late reply so I have three packages installed EntityFrameworkCore.SqlServer , EntityFrameworkCore.Tools and LibraryManager.Build
13 replies
CC#
Created by Arpit Sirohi on 6/12/2023 in #help
❔ Need help in EntityFramework core
I don't think it might be a SDK issue as earlier it was working but I don't know why I am getting this docker compose dependency error now .
13 replies
CC#
Created by Arpit Sirohi on 4/25/2023 in #help
❔ The ConnectionString property has not been initialized error coming on accessing the sql server
11 replies
CC#
Created by Arpit Sirohi on 4/25/2023 in #help
❔ The ConnectionString property has not been initialized error coming on accessing the sql server
Thanks a lot HenkyPenky
11 replies
CC#
Created by Arpit Sirohi on 4/25/2023 in #help
❔ The ConnectionString property has not been initialized error coming on accessing the sql server
Thanks a lot kenny , can't believe I didn't see the incorrect spelling
11 replies
CC#
Created by Arpit Sirohi on 4/25/2023 in #help
❔ The ConnectionString property has not been initialized error coming on accessing the sql server
@E-kenny I think localhost :1433 and localhost,1433 are similiar I have seen localhost,1433 also working fine. Did give localhost:1433 a try but it did not work .
11 replies
CC#
Created by Arpit Sirohi on 4/25/2023 in #help
❔ The ConnectionString property has not been initialized error coming on accessing the sql server
11 replies