Click here to Skip to main content
15,897,371 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Index was out of range. Must be non-negative and less than the size of the collection. Pin
Pete O'Hanlon23-Oct-12 22:17
mvePete O'Hanlon23-Oct-12 22:17 
AnswerRe: Index was out of range. Must be non-negative and less than the size of the collection. Pin
k3nny1224-Oct-12 10:10
k3nny1224-Oct-12 10:10 
GeneralRe: Index was out of range. Must be non-negative and less than the size of the collection. Pin
Richard MacCutchan24-Oct-12 21:56
mveRichard MacCutchan24-Oct-12 21:56 
QuestionInterface Pin
Ranjalkar Raghavendra22-Oct-12 0:01
Ranjalkar Raghavendra22-Oct-12 0:01 
AnswerRe: Interface Pin
Richard MacCutchan22-Oct-12 0:12
mveRichard MacCutchan22-Oct-12 0:12 
AnswerRe: Interface Pin
Eddy Vluggen22-Oct-12 0:13
professionalEddy Vluggen22-Oct-12 0:13 
QuestionAbstract Class Pin
Ranjalkar Raghavendra22-Oct-12 0:00
Ranjalkar Raghavendra22-Oct-12 0:00 
AnswerRe: Abstract Class Pin
Mayank_Gupta_26-Oct-12 1:07
professionalMayank_Gupta_26-Oct-12 1:07 
An interface defines the signatures for a set of members that implementers must provide. Interfaces cannot provide implementation details for the members. For example, the ICollection interface defines members related to working with collections. Every class that implements the interface must supply the implementation details for these members. Classes can implement multiple interfaces.

Classes define both member signatures and implementation details for each member. Abstract classes can behave like interfaces or regular classes in that they can define members, and they can provide implementation details but are not required to do so. If an abstract class does not provide implementation details, concrete classes that inherit from the abstract class are required to provide the implementation.

So here you can see the difference. Based on the understanding about your requirements in the project. You should implement either Interface of abstract class.
Questiontext search in tfs at root level Pin
Member 391904919-Oct-12 10:58
Member 391904919-Oct-12 10:58 
Questiondisplay control Pin
mahesh s charan18-Oct-12 20:50
mahesh s charan18-Oct-12 20:50 
AnswerRe: display control Pin
Eddy Vluggen19-Oct-12 3:02
professionalEddy Vluggen19-Oct-12 3:02 
GeneralRe: display control Pin
mahesh s charan19-Oct-12 22:38
mahesh s charan19-Oct-12 22:38 
GeneralRe: display control Pin
Eddy Vluggen19-Oct-12 22:44
professionalEddy Vluggen19-Oct-12 22:44 
Question"There was no endpoint listening at http" Pin
loweryk17-Oct-12 11:51
loweryk17-Oct-12 11:51 
Questionis it possible to make a setup wizard to include updates? Pin
neodeaths15-Oct-12 8:41
neodeaths15-Oct-12 8:41 
AnswerRe: is it possible to make a setup wizard to include updates? Pin
Eddy Vluggen16-Oct-12 2:46
professionalEddy Vluggen16-Oct-12 2:46 
QuestionDisappearing FormClosing/FormClosed event Pin
Bernhard Hiller14-Oct-12 22:39
Bernhard Hiller14-Oct-12 22:39 
AnswerRe: Disappearing FormClosing/FormClosed event Pin
Eddy Vluggen15-Oct-12 0:44
professionalEddy Vluggen15-Oct-12 0:44 
Question.Net Securing Connection String Clarification Pin
Member 838957110-Oct-12 10:39
Member 838957110-Oct-12 10:39 
AnswerRe: .Net Securing Connection String Clarification Pin
Richard Andrew x6410-Oct-12 12:03
professionalRichard Andrew x6410-Oct-12 12:03 
GeneralRe: .Net Securing Connection String Clarification Pin
Member 838957110-Oct-12 14:29
Member 838957110-Oct-12 14:29 
GeneralRe: .Net Securing Connection String Clarification Pin
CafedeJamaica21-Nov-12 5:33
professionalCafedeJamaica21-Nov-12 5:33 
AnswerRe: .Net Securing Connection String Clarification Pin
jschell11-Oct-12 8:53
jschell11-Oct-12 8:53 
QuestionArray of Double - Shallow vs. Deep Cloning? Pin
M-Badger5-Oct-12 7:01
M-Badger5-Oct-12 7:01 
AnswerRe: Array of Double - Shallow vs. Deep Cloning? Pin
Eddy Vluggen5-Oct-12 12:25
professionalEddy Vluggen5-Oct-12 12:25 

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.