Sk
Best place to find open source Web API projects?
im looking to just read through some, preferably recent, Web API project code to help improve my knowledge by taking notes and, hopefully, implementing some things used into my own projects as a beginner/intermediate.
would be great if anyone knew the best place to find some or has some that i could read through, ive looked through github but theyre all mainly like 7+ years old using logic that doesnt apply as much anymore
3 replies
Where to go from here...
Ive been learning Web API for around a month and a half now and am unsure where to go from here, i can understand most "intermediate" Web API code but sort of struggle writing it from scratch as it feels theres a lot to remember.
Ive made some CRUD projects and id like to continue making more but it feels a bit pointless as most of them feel like the same code just repackaged to do something different.
If any other people experienced in Web API could give me some sort of advice as where to go/what to do from here i would be VERY grateful!
37 replies
✅ Keep getting this error when trying to do "Update-Database":
This is the error i get: "Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')
en-us is an invalid culture identifier."
21 replies
Trying to make it so when two of the same products are added to cart it increments quantity instead
Hello, im rying to make it so when two of the same products are added to cart it increments quantity instead of showing two of the same product with a quantity of one, heres my current code. Its very scuffed as its a test for my main project so it doesnt matter how ugly the code is haha https://paste.mod.gg/vrujthbplsay/3
83 replies
✅ cant do "update-database"
this is the info it gives for not being able to do it
"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: SNI_PN11, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.)
---> System.ComponentModel.Win32Exception (2): The system cannot find the file specified."
does anyone have any ideas?
12 replies