Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
EveryNameIsTakenEvenThisOne21-Jun-16 21:37
professionalEveryNameIsTakenEvenThisOne21-Jun-16 21:37 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
OriginalGriff21-Jun-16 21:54
mveOriginalGriff21-Jun-16 21:54 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
Dave Kreskowiak22-Jun-16 3:42
mveDave Kreskowiak22-Jun-16 3:42 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
EveryNameIsTakenEvenThisOne24-Jun-16 12:10
professionalEveryNameIsTakenEvenThisOne24-Jun-16 12:10 
QuestionAccess updated values using CLR tiggers Pin
srikrishnathanthri20-Jun-16 20:15
srikrishnathanthri20-Jun-16 20:15 
AnswerRe: Access updated values using CLR tiggers Pin
Richard MacCutchan20-Jun-16 20:36
mveRichard MacCutchan20-Jun-16 20:36 
QuestionHow to secure password from developers Pin
srikrishnathanthri20-Jun-16 20:01
srikrishnathanthri20-Jun-16 20:01 
AnswerRe: How to secure password from developers Pin
OriginalGriff20-Jun-16 20:38
mveOriginalGriff20-Jun-16 20:38 
You can't.
Because the connection string is just that - a string - the code that developers write needs to be able to access the "raw string" that is sent to SQL as part of the Connection event.
Because their code can access it, so can the developers.

All you can do is give them username / password combinations which are just sufficient to do their job (i.e. can insert, select, maybe update - but not add, edit, or create tables) and if you are still feeling paranoid log everything that user account does.

But even trying to prevent them having access when they clearly are going to need it says "I don't trust them" and that's not good for morale or the culture within the company. You may find it counterproductive in terms of retaining good staff - the ones you can trust...
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

AnswerRe: How to secure password from developers Pin
Richard MacCutchan20-Jun-16 20:39
mveRichard MacCutchan20-Jun-16 20:39 
AnswerRe: How to secure password from developers Pin
Nathan Minier21-Jun-16 2:06
professionalNathan Minier21-Jun-16 2:06 
GeneralRe: How to secure password from developers Pin
Eddy Vluggen21-Jun-16 2:19
professionalEddy Vluggen21-Jun-16 2:19 
GeneralRe: How to secure password from developers Pin
Nathan Minier21-Jun-16 2:22
professionalNathan Minier21-Jun-16 2:22 
GeneralRe: How to secure password from developers Pin
Eddy Vluggen21-Jun-16 4:56
professionalEddy Vluggen21-Jun-16 4:56 
AnswerRe: How to secure password from developers Pin
Dave Kreskowiak21-Jun-16 3:05
mveDave Kreskowiak21-Jun-16 3:05 
QuestionReturn Newest Subfolder-Name (from Main-Folder-Loop) Pin
gpc4420-Jun-16 4:29
gpc4420-Jun-16 4:29 
AnswerRe: Return Newest Subfolder-Name (from Main-Folder-Loop) Pin
Pete O'Hanlon20-Jun-16 4:51
mvePete O'Hanlon20-Jun-16 4:51 
QuestionParse CSV file with two delimiters Pin
VK1920-Jun-16 2:41
VK1920-Jun-16 2:41 
AnswerRe: Parse CSV file with two delimiters Pin
Pete O'Hanlon20-Jun-16 2:53
mvePete O'Hanlon20-Jun-16 2:53 
AnswerRe: Parse CSV file with two delimiters Pin
OriginalGriff20-Jun-16 2:53
mveOriginalGriff20-Jun-16 2:53 
AnswerRe: Parse CSV file with two delimiters Pin
Sascha Lefèvre20-Jun-16 2:56
professionalSascha Lefèvre20-Jun-16 2:56 
GeneralRe: Parse CSV file with two delimiters Pin
VK1920-Jun-16 3:20
VK1920-Jun-16 3:20 
GeneralRe: Parse CSV file with two delimiters Pin
Dave Kreskowiak20-Jun-16 3:57
mveDave Kreskowiak20-Jun-16 3:57 
AnswerRe: Parse CSV file with two delimiters Pin
PIEBALDconsult20-Jun-16 3:28
mvePIEBALDconsult20-Jun-16 3:28 
GeneralRe: Parse CSV file with two delimiters Pin
VK1920-Jun-16 3:31
VK1920-Jun-16 3:31 
AnswerRe: Parse CSV file with two delimiters Pin
Patrice T20-Jun-16 6:43
mvePatrice T20-Jun-16 6:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.