Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
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 
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 
At some point, there's going to have to be a concrete implementation of the interface. The idea of creating a model as an interface is a good way to defer the responsibility of the creation of the model. One reason you might want to do this is because your model has to be filled from a database but you want to write unit tests for the classes that have dependencies on the model without worrying about how to create the model; in a case like this, your class would refer to the interface and your tests would inject a mocked up model that has no database interaction whatsoever. This is a good way to isolate and test your functionality.
This space for rent

GeneralRe: Is it a good practice to create models with Interfaces and not having a concrete implementation of the same. Pin
Member 1379256827-Jun-18 22:54
Member 1379256827-Jun-18 22:54 
GeneralRe: Is it a good practice to create models with Interfaces and not having a concrete implementation of the same. Pin
Pete O'Hanlon28-Jun-18 1:45
mvePete O'Hanlon28-Jun-18 1:45 
QuestionComparing Hashed Passwords - Part 2 Pin
Kevin Marois24-Jun-18 19:02
professionalKevin Marois24-Jun-18 19:02 
AnswerRe: Comparing Hashed Passwords - Part 2 Pin
OriginalGriff24-Jun-18 19:51
mveOriginalGriff24-Jun-18 19:51 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 1:25
mve#realJSOP27-Jun-18 1:25 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
OriginalGriff27-Jun-18 1:30
mveOriginalGriff27-Jun-18 1:30 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Richard Deeming27-Jun-18 1:30
mveRichard Deeming27-Jun-18 1:30 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 3:59
mve#realJSOP27-Jun-18 3:59 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Richard Deeming27-Jun-18 4:02
mveRichard Deeming27-Jun-18 4:02 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 4:29
mve#realJSOP27-Jun-18 4:29 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Richard Deeming27-Jun-18 4:38
mveRichard Deeming27-Jun-18 4:38 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 5:19
mve#realJSOP27-Jun-18 5:19 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Richard Deeming27-Jun-18 5:25
mveRichard Deeming27-Jun-18 5:25 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
OriginalGriff27-Jun-18 5:37
mveOriginalGriff27-Jun-18 5:37 
QuestionRe: Comparing Hashed Passwords - Part 2 Pin
Eddy Vluggen27-Jun-18 4:27
professionalEddy Vluggen27-Jun-18 4:27 
AnswerRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 4:28
mve#realJSOP27-Jun-18 4:28 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Eddy Vluggen27-Jun-18 4:38
professionalEddy Vluggen27-Jun-18 4:38 

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.