I want to develop .Net Core on Ubuntu 22.04. I can add migrations but can not update DBThis is My connection string:
"Server=reza;Database=CodeFirst_Db;User Id=sa;Password={MyPassword};MultipleActiveResultSets=trueand it is the error:
A 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)
I have searched in Google but I didn't find anything.Can someone share a document about it please?Should I install Docker?
I have installed .NET Core SDK and runtime and EF Core and SQL server (From This Link)I have installed: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Tools, Microsoft.EntityFrameworkCore.Design