Click here to Skip to main content
15,868,164 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# linq to sql default appears Pin
classy_dog27-May-13 6:41
classy_dog27-May-13 6:41 
GeneralRe: C# linq to sql default appears Pin
Dave Kreskowiak27-May-13 7:03
mveDave Kreskowiak27-May-13 7:03 
QuestionC# convert dll to be used as an api Pin
classy_dog26-May-13 12:05
classy_dog26-May-13 12:05 
AnswerRe: C# convert dll to be used as an api Pin
Garth J Lancaster26-May-13 13:06
professionalGarth J Lancaster26-May-13 13:06 
AnswerRe: C# convert dll to be used as an api Pin
Richard MacCutchan26-May-13 21:54
mveRichard MacCutchan26-May-13 21:54 
QuestionFinding Orphaned Files Pin
Jonathan Clegg26-May-13 10:15
Jonathan Clegg26-May-13 10:15 
AnswerRe: Finding Orphaned Files Pin
Mycroft Holmes26-May-13 12:38
professionalMycroft Holmes26-May-13 12:38 
AnswerRe: Finding Orphaned Files Pin
Garth J Lancaster26-May-13 12:43
professionalGarth J Lancaster26-May-13 12:43 
ok .. how do you identify Camera raw files ?

To get a list of all .XMP files you can do this ..

String[] XMPFileNames = Directory.GetFiles(DirName, "*.xmp", SearchOption.AllDirectories);


Depending on your answer to 'Camera raw files', might change the way I think about the start point ...
QuestionHow to make setupfile and create a database in installation time Pin
Member 1001439626-May-13 9:31
Member 1001439626-May-13 9:31 
AnswerRe: How to make setupfile and create a database in installation time Pin
Abhinav S26-May-13 22:18
Abhinav S26-May-13 22:18 
Questionsending a call to winform Pin
Member 1007409726-May-13 7:01
Member 1007409726-May-13 7:01 
AnswerRe: sending a call to winform Pin
NotPolitcallyCorrect26-May-13 7:12
NotPolitcallyCorrect26-May-13 7:12 
AnswerRe: sending a call to winform Pin
Abhinav S26-May-13 7:34
Abhinav S26-May-13 7:34 
GeneralRe: sending a call to winform Pin
Member 1007416126-May-13 9:15
Member 1007416126-May-13 9:15 
AnswerRe: sending a call to winform Pin
Richard MacCutchan26-May-13 21:46
mveRichard MacCutchan26-May-13 21:46 
GeneralRe: sending a call to winform Pin
Member 1007416127-May-13 7:22
Member 1007416127-May-13 7:22 
GeneralRe: sending a call to winform Pin
Richard MacCutchan27-May-13 7:32
mveRichard MacCutchan27-May-13 7:32 
GeneralRe: sending a call to winform Pin
Member 1007416127-May-13 11:15
Member 1007416127-May-13 11:15 
GeneralRe: sending a call to winform Pin
Dave Kreskowiak27-May-13 15:58
mveDave Kreskowiak27-May-13 15:58 
QuestionRedirect standard output of a running process Pin
santosh sk26-May-13 1:12
santosh sk26-May-13 1:12 
AnswerRe: Redirect standard output of a running process Pin
Abhinav S26-May-13 6:31
Abhinav S26-May-13 6:31 
GeneralRe: Redirect standard output of a running process Pin
santosh sk27-May-13 16:05
santosh sk27-May-13 16:05 
AnswerRe: Redirect standard output of a running process Pin
Eddy Vluggen26-May-13 8:15
professionalEddy Vluggen26-May-13 8:15 
GeneralRe: Redirect standard output of a running process Pin
santosh sk27-May-13 16:25
santosh sk27-May-13 16:25 
GeneralRe: Redirect standard output of a running process Pin
Eddy Vluggen28-May-13 9:18
professionalEddy Vluggen28-May-13 9:18 

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.