Click here to Skip to main content
15,884,353 members
Home / Discussions / C#
   

C#

 
GeneralRe: Advantages of using .dll files over linking .cs files to projects (for my own generic helper classes / extension methods) Pin
jschell18-Sep-15 13:22
jschell18-Sep-15 13:22 
GeneralRe: Advantages of using .dll files over linking .cs files to projects (for my own generic helper classes / extension methods) Pin
F-ES Sitecore19-Sep-15 3:34
professionalF-ES Sitecore19-Sep-15 3:34 
GeneralRe: Advantages of using .dll files over linking .cs files to projects (for my own generic helper classes / extension methods) Pin
jschell19-Sep-15 5:23
jschell19-Sep-15 5:23 
GeneralRe: Advantages of using .dll files over linking .cs files to projects (for my own generic helper classes / extension methods) Pin
F-ES Sitecore20-Sep-15 0:21
professionalF-ES Sitecore20-Sep-15 0:21 
AnswerRe: Advantages of using .dll files over linking .cs files to projects (for my own generic helper classes / extension methods) Pin
jschell11-Sep-15 11:57
jschell11-Sep-15 11:57 
QuestionAutoComplete Textbox Pin
Member 1052801510-Sep-15 22:50
Member 1052801510-Sep-15 22:50 
AnswerRe: AutoComplete Textbox Pin
Member 1052801510-Sep-15 23:23
Member 1052801510-Sep-15 23:23 
QuestionConditional RunTime code Pin
NJdotnetdev10-Sep-15 4:39
NJdotnetdev10-Sep-15 4:39 
I am implementing this for the first time, so need expert advise.

Following is what I am trying to achieve:
-- I have a dll which is called by the exe application from two different places. My aim is to not call certain loc in dll when it is called from the first location.

I don't think conditional directives will help as they would not compile the code. I want to skip loc at runtime based on the call from the application. Dll will have an overloaded function implemented to distinguish between the calls.
AnswerRe: Conditional RunTime code Pin
Pete O'Hanlon10-Sep-15 5:02
mvePete O'Hanlon10-Sep-15 5:02 
AnswerRe: Conditional RunTime code Pin
OriginalGriff10-Sep-15 5:23
mveOriginalGriff10-Sep-15 5:23 
GeneralRe: Conditional RunTime code Pin
NJdotnetdev10-Sep-15 5:43
NJdotnetdev10-Sep-15 5:43 
GeneralRe: Conditional RunTime code Pin
OriginalGriff10-Sep-15 5:49
mveOriginalGriff10-Sep-15 5:49 
GeneralRe: Conditional RunTime code Pin
Eddy Vluggen11-Sep-15 10:56
professionalEddy Vluggen11-Sep-15 10:56 
GeneralRe: Conditional RunTime code Pin
David A. Gray11-Sep-15 11:26
David A. Gray11-Sep-15 11:26 
AnswerRe: Conditional RunTime code Pin
Eddy Vluggen10-Sep-15 5:41
professionalEddy Vluggen10-Sep-15 5:41 
GeneralRe: Conditional RunTime code Pin
NJdotnetdev10-Sep-15 5:45
NJdotnetdev10-Sep-15 5:45 
GeneralRe: Conditional RunTime code Pin
Eddy Vluggen10-Sep-15 5:54
professionalEddy Vluggen10-Sep-15 5:54 
QuestionNew to programming--Help! Pin
Member 119729959-Sep-15 20:13
Member 119729959-Sep-15 20:13 
AnswerRe: New to programming--Help! Pin
OriginalGriff9-Sep-15 21:09
mveOriginalGriff9-Sep-15 21:09 
AnswerRe: New to programming--Help! Pin
Richard MacCutchan9-Sep-15 22:10
mveRichard MacCutchan9-Sep-15 22:10 
AnswerRe: New to programming--Help! Pin
F-ES Sitecore9-Sep-15 23:42
professionalF-ES Sitecore9-Sep-15 23:42 
AnswerRe: New to programming--Help! Pin
Afzaal Ahmad Zeeshan10-Sep-15 1:06
professionalAfzaal Ahmad Zeeshan10-Sep-15 1:06 
AnswerRe: New to programming--Help! Pin
Amarnath S10-Sep-15 1:56
professionalAmarnath S10-Sep-15 1:56 
Questionmaking an array of List Pin
sdecorme9-Sep-15 3:53
sdecorme9-Sep-15 3:53 
AnswerRe: making an array of List Pin
OriginalGriff9-Sep-15 4:17
mveOriginalGriff9-Sep-15 4:17 

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.