plushechka
Sending emails to WPF
I found guides on how to send emails to the mail, it was still possible to use the sender's mail and password. And then he started to get digitized: "The SMTP server liked
the secure connection, or the authenticity of the client was not
established. Server link: Authentication of version 5.7.0 is required. For more information
for more information, follow the link." I decided to set up an account from which two-factor authentication would be sent, then I saw in the tips that there you need to log in to the application passwords, create your own and get a 16-digit key. But there is already a problem with this. If someone knows how to do without it or how to do it, please tell me
1 replies
SQLite connection in .net maui
Good afternoon, I decided to connect SQLite database in MAUI project. I decided to use Reverse Engineering in EF Core to create classes. I successfully installed all the nugget packages, but when it came to adding classes, I got this error: "The specified deps.json [C:\Diplom\MauiApp168768\bin\Debug\net8.0-android\MauiApp168768.deps.json] does not exist". I used the cmd command : dotnet ef dbcontext scaffold "Data Source=C:\Diplom\MauiApp168768\DataBase\My Users.db" Microsoft.EntityFrameworkCore.Sqlite -o Entities
1 replies