kermit
kermit
CC#
Created by GNUGradyn on 5/14/2024 in #help
Send already hashed password to backend instead of raw password with asp.net identity
Use cryptography packages to encrypt or decrypt passwords or other sensitive informations.
43 replies
CC#
Created by GABRIEL22 on 1/10/2024 in #help
How to fix " The ConnectionString property has not been initialized." in .Net api
Yes I think that's the issue.
7 replies
CC#
Created by GABRIEL22 on 1/10/2024 in #help
How to fix " The ConnectionString property has not been initialized." in .Net api
Some points that I noticed in the provided screenshots: 1. If the database is on your local machine then Host will be localhost in the connection string. 2. I can't see OnConfiguring method in your Context file
7 replies
CC#
Created by GABRIEL22 on 1/10/2024 in #help
How to fix " The ConnectionString property has not been initialized." in .Net api
Try this: builder.Configuration.GetConnectionString("DefaultConnection")
7 replies
CC#
Created by thelonelyghost on 1/1/2024 in #help
Need help with a telephone directory Windows Forms application
When the last row is selected the SelectedRows.Count somehow returns 0
6 replies
CC#
Created by thelonelyghost on 1/1/2024 in #help
Need help with a telephone directory Windows Forms application
Sorry for late response. I think the error is occurring by selecting the last row. Please check the below solution. Check if the "SelectionMode" property is set to FullRowSelect? The SelectionMode property must be set to FullRowSelect or RowHeaderSelect for the SelectedRows property to be populated with selected rows.
6 replies
CC#
Created by thelonelyghost on 1/1/2024 in #help
Need help with a telephone directory Windows Forms application
Can you also write the exception you are getting?
6 replies
CC#
Created by IcyIme on 1/1/2024 in #help
problem with entityframework migration
Try the below points to resolve the errors. 1. If the appsettings.json is missing, try creating it. 2. Try checking the format of appsettings.json. 3. Check and Install the missing EntityFrameworkCore nuget packages.
4 replies