How can I keep credit card information in database with EF Core? [closed] - c#

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 11 hours ago.
Improve this question
I keep user credit card information in database. After the user enters the cc information, I encrypt it with BCrypt and keep it in the database.
Do you think it is safe enough? If not, how can I save it to the database more securely with C#?

Related

Connect and access git repository files using C# [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 days ago.
Improve this question
How can we connect the git repository using c# code.I have to perform the read write operation. Coping files from one repository to another or from local machine to another repository using c# code.

How to store user information in token in .net core? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have to store token in cache that comes from rest api for about 1 hour of time. I am new to this so don't know much about same, Please help me to guide.
u can use jwt token or cache helper for same.

Why would I not use SqlBulkCopy.EnableStreaming? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
The documentation says that it uses less memory, and my ad hoc performance tests show that it is faster. So why would I ever choose to not enable streaming?
Reference: SqlBulkCopy.EnableStreaming Property

AJAX functionality in WinForms [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am looking for approach and not any code here - What is the best method to implement ajax like content fetch (from DB) in WinForms ?
AJAX is a web term. Retrieve your data via an API.

How do I pull existing, hidden fields from database? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm trying to avoid having hidden fields being overwritten when I post to the database. What code is needed in my Get/Post in order to pull existing fields and ensure they are maintained after the user clicks save?
I'm using sql/mvc 4/c#.

Categories