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

C#

 
AnswerRe: Merging image segments into one image Pin
Luc Pattyn22-Jan-07 6:09
sitebuilderLuc Pattyn22-Jan-07 6:09 
GeneralRe: Merging image segments into one image Pin
Rick van Woudenberg22-Jan-07 8:24
Rick van Woudenberg22-Jan-07 8:24 
GeneralRe: Merging image segments into one image Pin
Luc Pattyn22-Jan-07 8:59
sitebuilderLuc Pattyn22-Jan-07 8:59 
QuestionSitemap and role based access (custom roles) Pin
harinath22-Jan-07 4:40
professionalharinath22-Jan-07 4:40 
QuestionCompiling C# to win32 Pin
Mohamed El Gohary22-Jan-07 4:21
Mohamed El Gohary22-Jan-07 4:21 
AnswerRe: Compiling C# to win32 Pin
Obaid ur Rehman22-Jan-07 4:48
Obaid ur Rehman22-Jan-07 4:48 
Questioncreating labels Pin
boss-tech22-Jan-07 2:23
boss-tech22-Jan-07 2:23 
AnswerRe: creating labels Pin
Alaric_22-Jan-07 2:40
professionalAlaric_22-Jan-07 2:40 
GeneralRe: creating labels Pin
boss-tech22-Jan-07 2:55
boss-tech22-Jan-07 2:55 
GeneralRe: creating labels [modified] Pin
Martin#22-Jan-07 3:48
Martin#22-Jan-07 3:48 
AnswerRe: creating labels Pin
Alaric_22-Jan-07 4:01
professionalAlaric_22-Jan-07 4:01 
GeneralRe: creating labels [modified] Pin
boss-tech23-Jan-07 7:35
boss-tech23-Jan-07 7:35 
AnswerRe: creating labels Pin
David Domingues22-Jan-07 4:10
David Domingues22-Jan-07 4:10 
GeneralRe: creating labels Pin
Alaric_22-Jan-07 10:37
professionalAlaric_22-Jan-07 10:37 
GeneralRe: creating labels Pin
David Domingues22-Jan-07 23:57
David Domingues22-Jan-07 23:57 
GeneralRe: creating labels Pin
Alaric_23-Jan-07 2:08
professionalAlaric_23-Jan-07 2:08 
Questionloading authentication information from a config file Pin
Alaric_22-Jan-07 2:22
professionalAlaric_22-Jan-07 2:22 
Hi everybody,
I'm currently developing an API that acts as a wrapper for an external pay-for-use web service. I have to authenticate our account information and the external provider returns an encoded key that I have to pass to every one of their service methods. To make it so that not just anyone can hook into the API and eat up the license, the decision was made that all of the account information had to be passed from the client to the API via a .config file. The thing that I'm concerned with is that the API is just exposed as a class library. Does anyone have have any ideas for best practices on allowing the client to pass configuration information to the authentication method in the API? The idea that I have was that the API shouldn't care and that the client side should worry about loading that info through their config file and just pass it to the interface method as strings. Does anybody see any conflicts with that? Anybody know of more elegant methods?

(Nyquist Rate || ! Nyquist Rate)

QuestionGet Desktop Layout Pin
deanpugh22-Jan-07 2:12
deanpugh22-Jan-07 2:12 
AnswerRe: Get Desktop Layout Pin
Dave Kreskowiak22-Jan-07 5:12
mveDave Kreskowiak22-Jan-07 5:12 
GeneralRe: Get Desktop Layout Pin
deanpugh22-Jan-07 5:17
deanpugh22-Jan-07 5:17 
GeneralRe: Get Desktop Layout Pin
Dave Kreskowiak22-Jan-07 6:03
mveDave Kreskowiak22-Jan-07 6:03 
GeneralRe: Get Desktop Layout Pin
deanpugh22-Jan-07 6:11
deanpugh22-Jan-07 6:11 
AnswerRe: Get Desktop Layout Pin
Marc Clifton22-Jan-07 5:22
mvaMarc Clifton22-Jan-07 5:22 
GeneralRe: Get Desktop Layout Pin
deanpugh22-Jan-07 5:28
deanpugh22-Jan-07 5:28 
GeneralRe: Get Desktop Layout Pin
Marc Clifton22-Jan-07 5:39
mvaMarc Clifton22-Jan-07 5:39 

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.