Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
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 
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 
There's a very easy method.
1. Use windows domain authentication
2. Run your application (or application pool, if IIS) under a service account. Give that service account the appropriate permissions on the database (which would have to be on a domain machine in this scenario). Don't give the password to your devs, set this up yourself (or whatever Security person you have assigned to account actions).
3. Make sure that dev accounts don't have access to the SQL server if you're worried about them using SSMS.
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli

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 
GeneralRe: Parse CSV file with two delimiters Pin
Richard Deeming20-Jun-16 6:52
mveRichard Deeming20-Jun-16 6:52 
GeneralRe: Parse CSV file with two delimiters Pin
Patrice T20-Jun-16 6:58
mvePatrice T20-Jun-16 6:58 

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.