2
Answers

How can I protect the use name and password in ConnectionString?

In order to connect to database, I have to put the name and password in ConnectionString, I know the C# program can be uncompiled easily,
how can I the use name and password? thanks!

Answers (2)