Author: joynal27
Create Prompt in ChatGPT
Here are 50 prompts: https://prompts.chat 10 insanely valuable prompts to help you master ChatGPT: 1. Learn any complex topic in
Read moreUnable to create an object of type ‘ApplicationDbContext’. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
just put database connection code before build the app then this problem will be solved.
Read moreA connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 35 – An internal exception was caught)
Solution: Add your connection string: TrustServerCertificate=True
Read moreHow i will support xml data in API request dotnet ?
Go to the Program.cs file and edit this same as below code: Now if you hit the postman for get
Read moreHow i will set xml data request not acceptable in API dotnet?
Go to the Program.cs file and set its same as below:
Read more