SHORT QUESTIONS
Unable 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 moreDifferent ways use for loop in swift
Github source code: https://github.com/Joynal279/ForLoopDemo
Read more