Click here to Skip to main content
15,921,179 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to kill app that has the same name as the current one? Pin
OriginalGriff14-Apr-16 20:22
mveOriginalGriff14-Apr-16 20:22 
QuestionDB2 Load command with LOBS not loading full records Pin
Tej_dev14-Apr-16 7:46
Tej_dev14-Apr-16 7:46 
AnswerRe: DB2 Load command with LOBS not loading full records Pin
Chris Quinn14-Apr-16 21:11
Chris Quinn14-Apr-16 21:11 
Questionselenium sendkeys Pin
Jonahweird14-Apr-16 7:34
Jonahweird14-Apr-16 7:34 
AnswerRe: selenium sendkeys Pin
Dave Kreskowiak14-Apr-16 8:01
mveDave Kreskowiak14-Apr-16 8:01 
GeneralRe: selenium sendkeys Pin
Jonahweird14-Apr-16 8:12
Jonahweird14-Apr-16 8:12 
GeneralRe: selenium sendkeys Pin
Dave Kreskowiak14-Apr-16 8:19
mveDave Kreskowiak14-Apr-16 8:19 
GeneralRe: selenium sendkeys Pin
Jonahweird14-Apr-16 8:26
Jonahweird14-Apr-16 8:26 
GeneralRe: selenium sendkeys Pin
Dave Kreskowiak14-Apr-16 8:35
mveDave Kreskowiak14-Apr-16 8:35 
GeneralRe: selenium sendkeys Pin
Jonahweird14-Apr-16 8:39
Jonahweird14-Apr-16 8:39 
GeneralRe: selenium sendkeys Pin
Dave Kreskowiak14-Apr-16 9:24
mveDave Kreskowiak14-Apr-16 9:24 
PraiseRe: selenium sendkeys Pin
Jonahweird14-Apr-16 11:17
Jonahweird14-Apr-16 11:17 
Questioncreate web Application are license key based Pin
Arvind Zamakia14-Apr-16 3:40
Arvind Zamakia14-Apr-16 3:40 
AnswerRe: create web Application are license key based Pin
ZurdoDev14-Apr-16 3:50
professionalZurdoDev14-Apr-16 3:50 
AnswerRe: create web Application are license key based Pin
Sascha Lefèvre14-Apr-16 3:50
professionalSascha Lefèvre14-Apr-16 3:50 
GeneralRe: create web Application are license key based Pin
Arvind Zamakia14-Apr-16 3:52
Arvind Zamakia14-Apr-16 3:52 
GeneralRe: create web Application are license key based Pin
Sascha Lefèvre14-Apr-16 3:56
professionalSascha Lefèvre14-Apr-16 3:56 
GeneralRe: create web Application are license key based Pin
Pete O'Hanlon14-Apr-16 4:08
mvePete O'Hanlon14-Apr-16 4:08 
GeneralRe: create web Application are license key based Pin
OriginalGriff14-Apr-16 4:14
mveOriginalGriff14-Apr-16 4:14 
QuestionHow to secure web application and a synchronize data retrieve Pin
Arvind Zamakia14-Apr-16 3:40
Arvind Zamakia14-Apr-16 3:40 
AnswerRe: How to secure web application and a synchronize data retrieve Pin
ZurdoDev14-Apr-16 3:51
professionalZurdoDev14-Apr-16 3:51 
GeneralRe: How to secure web application and a synchronize data retrieve Pin
Sascha Lefèvre14-Apr-16 3:52
professionalSascha Lefèvre14-Apr-16 3:52 
AnswerRe: How to secure web application and a synchronize data retrieve Pin
Pete O'Hanlon14-Apr-16 4:15
mvePete O'Hanlon14-Apr-16 4:15 
QuestionHow to read external hard disk and RAID hard disk serial numbers Pin
srikrishnathanthri13-Apr-16 22:28
srikrishnathanthri13-Apr-16 22:28 
AnswerRe: How to read external hard disk and RAID hard disk serial numbers Pin
OriginalGriff13-Apr-16 22:42
mveOriginalGriff13-Apr-16 22:42 
As far as a know, you can't - partly because they don't necessarily have one.
External HDD's may or may not have them, but they could be implemented via a share onto a larger hard disk.
And RAID disks? Which one of the four 4TB disks in my NAS RAID 5 box do you expect to get? RAID is about using multiple disks, as "mirrors", or as striped data, or as a "dummy" large disk made of two or more smaller ones (JBOD). In none of these cases is the serial number relevant, because in theory (with the exception of JBOD) any one of the physical disks can be replaced without loss of data - so the physical disk identification is irrelevant. And in the JBOD case, any single disk replacement invalidates the data on all the others! In all cases, the "RAIDiness" of the drive is transparent to the computer accessing it!

I suspect that despite your "carpet bombing" of the internet with this question you aren't going to get any other answer than "you can't".
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

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.