Click here to Skip to main content
15,916,846 members
Home / Discussions / C#
   

C#

 
AnswerRe: It must parse string numbers to integer but it's out is zero Pin
OriginalGriff1-Jul-18 21:39
mveOriginalGriff1-Jul-18 21:39 
Questionc# Pin
Member 1389187630-Jun-18 7:18
Member 1389187630-Jun-18 7:18 
AnswerRe: c# Pin
Pete O'Hanlon30-Jun-18 8:03
mvePete O'Hanlon30-Jun-18 8:03 
AnswerRe: c# Pin
Dave Kreskowiak30-Jun-18 14:26
mveDave Kreskowiak30-Jun-18 14:26 
AnswerRe: c# Pin
#realJSOP2-Jul-18 1:04
professional#realJSOP2-Jul-18 1:04 
GeneralRe: c# Pin
Richard Deeming2-Jul-18 7:59
mveRichard Deeming2-Jul-18 7:59 
GeneralRe: c# Pin
Nathan Minier2-Jul-18 8:20
professionalNathan Minier2-Jul-18 8:20 
GeneralRe: c# Pin
#realJSOP2-Jul-18 8:30
professional#realJSOP2-Jul-18 8:30 
GeneralRe: c# Pin
Richard Deeming2-Jul-18 8:33
mveRichard Deeming2-Jul-18 8:33 
Question{ get; set; } Pin
Xarzu29-Jun-18 9:17
Xarzu29-Jun-18 9:17 
AnswerRe: { get; set; } Pin
harold aptroot29-Jun-18 9:37
harold aptroot29-Jun-18 9:37 
Answerc# Pin
Member 1389187629-Jun-18 6:28
Member 1389187629-Jun-18 6:28 
GeneralRe: c# Pin
Nathan Minier29-Jun-18 6:49
professionalNathan Minier29-Jun-18 6:49 
GeneralRe: c# Pin
OriginalGriff29-Jun-18 8:01
mveOriginalGriff29-Jun-18 8:01 
Questionc# threading. timers Pin
Member 1284917529-Jun-18 0:51
Member 1284917529-Jun-18 0:51 
AnswerRe: c# threading. timers Pin
Richard Andrew x6430-Jun-18 3:20
professionalRichard Andrew x6430-Jun-18 3:20 
QuestionHow do i allow user to reorder the rows in a form gridview in c# Pin
Dipk1129-Jun-18 0:24
Dipk1129-Jun-18 0:24 
AnswerRe: How do i allow user to reorder the rows in a form gridview in c# Pin
OriginalGriff29-Jun-18 0:49
mveOriginalGriff29-Jun-18 0:49 
GeneralRe: How do i allow user to reorder the rows in a form gridview in c# Pin
Dipk1129-Jun-18 0:52
Dipk1129-Jun-18 0:52 
QuestionMessage Removed Pin
28-Jun-18 9:32
Xarzu28-Jun-18 9:32 
AnswerMessage Removed Pin
1-Jul-18 15:55
professionalBillWoodruff1-Jul-18 15:55 
QuestionHow to check the activeness of any layer/component in any WPF/windows application using C# Pin
AnubhavSinghChauhan27-Jun-18 23:37
AnubhavSinghChauhan27-Jun-18 23:37 
AnswerRe: How to check the activeness of any layer/component in any WPF/windows application using C# Pin
Eddy Vluggen28-Jun-18 1:14
professionalEddy Vluggen28-Jun-18 1:14 
QuestionIs it a good practice to create models with Interfaces and not having a concrete implementation of the same. Pin
Member 1379256827-Jun-18 19:51
Member 1379256827-Jun-18 19:51 
I have seen projects in which they are following the method of creating models as interfaces(without any concrete implementation) and mapping them using Fluent API. The reason for such an architecture is to have multiple inheritance. I am not able to digest the reason because as per my understanding interfaces are contracts which needs to be implemented and to make loosely coupled models-view architecture. Please confirm which approach is correct.
AnswerRe: Is it a good practice to create models with Interfaces and not having a concrete implementation of the same. Pin
Pete O'Hanlon27-Jun-18 22:48
mvePete O'Hanlon27-Jun-18 22:48 

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.