Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unzip file from resources Pin
Richard Deeming22-Aug-18 4:42
mveRichard Deeming22-Aug-18 4:42 
AnswerRe: Unzip file from resources Pin
jschell25-Aug-18 4:36
jschell25-Aug-18 4:36 
GeneralRe: Unzip file from resources Pin
Richard Deeming28-Aug-18 3:06
mveRichard Deeming28-Aug-18 3:06 
QuestionUse custom services inside OAuthorizationProviders Pin
Member 1204569221-Aug-18 3:39
Member 1204569221-Aug-18 3:39 
AnswerRe: Use custom services inside OAuthorizationProviders Pin
Pete O'Hanlon21-Aug-18 4:01
mvePete O'Hanlon21-Aug-18 4:01 
GeneralRe: Use custom services inside OAuthorizationProviders Pin
Member 1204569221-Aug-18 4:09
Member 1204569221-Aug-18 4:09 
GeneralRe: Use custom services inside OAuthorizationProviders Pin
dan!sh 21-Aug-18 4:41
professional dan!sh 21-Aug-18 4:41 
GeneralRe: Use custom services inside OAuthorizationProviders Pin
Member 1204569221-Aug-18 8:34
Member 1204569221-Aug-18 8:34 
I can't just pass an object that implements IAuthService, because IAuthService implements IAuthRepository. So either to create an object that implements IAuthService, I must first create an object that implements IAuthRepository, and pass that object as an parameter into IAuthService.

Either to have access to IAuthRepository from my startup.cs, my Ui-layer must have an reference to my third layer(DataAccess-layer), and that's not the way to do It.

It seems that I have to sovle this in an another way..
GeneralRe: Use custom services inside OAuthorizationProviders Pin
Dave Kreskowiak21-Aug-18 9:29
mveDave Kreskowiak21-Aug-18 9:29 
GeneralRe: Use custom services inside OAuthorizationProviders Pin
OriginalGriff21-Aug-18 4:59
mveOriginalGriff21-Aug-18 4:59 
GeneralRe: Use custom services inside OAuthorizationProviders Pin
Member 1204569221-Aug-18 8:30
Member 1204569221-Aug-18 8:30 
GeneralRe: Use custom services inside OAuthorizationProviders Pin
OriginalGriff21-Aug-18 8:38
mveOriginalGriff21-Aug-18 8:38 
GeneralRe: Use custom services inside OAuthorizationProviders Pin
Member 1204569221-Aug-18 20:27
Member 1204569221-Aug-18 20:27 
AnswerRe: Use custom services inside OAuthorizationProviders Pin
Richard Deeming22-Aug-18 2:40
mveRichard Deeming22-Aug-18 2:40 
Questionhelp to solve C# codes Pin
Ali 2Fan19-Aug-18 9:32
Ali 2Fan19-Aug-18 9:32 
AnswerRe: help to solve C# codes Pin
OriginalGriff19-Aug-18 9:34
mveOriginalGriff19-Aug-18 9:34 
AnswerRe: help to solve C# codes Pin
Dave Kreskowiak20-Aug-18 10:49
mveDave Kreskowiak20-Aug-18 10:49 
QuestionHow to Merge DataGridView Cell in Winforms ? Pin
Member 245846715-Aug-18 17:32
Member 245846715-Aug-18 17:32 
AnswerRe: How to Merge DataGridView Cell in Winforms ? Pin
dan!sh 16-Aug-18 3:20
professional dan!sh 16-Aug-18 3:20 
QuestionC# add usb device to appxmanifest capabilities for Bosch BNO055 Pin
RAFish040415-Aug-18 8:48
RAFish040415-Aug-18 8:48 
AnswerRe: C# add usb device to appxmanifest capabilities for Bosch BNO055 Pin
Richard Andrew x6415-Aug-18 12:37
professionalRichard Andrew x6415-Aug-18 12:37 
GeneralRe: C# add usb device to appxmanifest capabilities for Bosch BNO055 Pin
RAFish040415-Aug-18 13:41
RAFish040415-Aug-18 13:41 
QuestionWhich language and IDE would require less coding for my test program? Pin
Member 1297423513-Aug-18 15:24
Member 1297423513-Aug-18 15:24 
AnswerRe: Which language and IDE would require less coding for my test program? Pin
OriginalGriff13-Aug-18 19:49
mveOriginalGriff13-Aug-18 19:49 
AnswerRe: Which language and IDE would require less coding for my test program? Pin
Richard MacCutchan13-Aug-18 21:31
mveRichard MacCutchan13-Aug-18 21:31 

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.