Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need translation from C# to VB Pin
Dave Kreskowiak20-Sep-06 6:28
mveDave Kreskowiak20-Sep-06 6:28 
GeneralRe: Need translation from C# to VB Pin
Are Jay21-Sep-06 4:18
Are Jay21-Sep-06 4:18 
GeneralRe: Need translation from C# to VB Pin
Dave Kreskowiak21-Sep-06 12:56
mveDave Kreskowiak21-Sep-06 12:56 
QuestionDifference between Interface and Class Pin
Nadia Monalisa20-Sep-06 4:25
Nadia Monalisa20-Sep-06 4:25 
AnswerRe: Difference between Interface and Class Pin
Jun Du20-Sep-06 4:38
Jun Du20-Sep-06 4:38 
AnswerRe: Difference between Interface and Class Pin
f*** YOU20-Sep-06 4:50
f*** YOU20-Sep-06 4:50 
GeneralRe: Difference between Interface and Class Pin
Nadia Monalisa20-Sep-06 5:51
Nadia Monalisa20-Sep-06 5:51 
AnswerRe: Difference between Interface and Class Pin
Guffa20-Sep-06 6:32
Guffa20-Sep-06 6:32 
Interfaces are useful for specifying functionality for different classes, so that you can use that functionality without caring about the exact data type of the class.

For example data binding uses a data source that implements any of the interfaces IEnumerable or IListSource. That means that anything that implements any of those interfaces can be used as a data source, like an Array, a List, a Dictionary, a DataSet, a DataTable, a DataView, a DataRowCollection, etc.




---
b { font-weight: normal; }

AnswerRe: Difference between Interface and Class Pin
Jun Du20-Sep-06 7:41
Jun Du20-Sep-06 7:41 
GeneralRe: Difference between Interface and Class Pin
f*** YOU20-Sep-06 7:42
f*** YOU20-Sep-06 7:42 
Questionusing .Net component in unmanaged component without registrying Pin
nadeemahmad20-Sep-06 4:20
nadeemahmad20-Sep-06 4:20 
QuestionSQLite or SQL Server Everywhere ! Which one is better !? Pin
Nadia Monalisa20-Sep-06 4:17
Nadia Monalisa20-Sep-06 4:17 
AnswerRe: SQLite or SQL Server Everywhere ! Which one is better !? Pin
Member 9620-Sep-06 7:07
Member 9620-Sep-06 7:07 
QuestionHow do I make Dropshadow on a UserControl Pin
Jan-Erik Romoeren20-Sep-06 4:14
Jan-Erik Romoeren20-Sep-06 4:14 
Questiondatagrid fill in complete area Pin
Amar Chaudhary20-Sep-06 4:08
Amar Chaudhary20-Sep-06 4:08 
Question.NET Framework Pin
kalyanPaladugu20-Sep-06 3:59
kalyanPaladugu20-Sep-06 3:59 
AnswerRe: .NET Framework Pin
kalyanPaladugu20-Sep-06 5:13
kalyanPaladugu20-Sep-06 5:13 
Questionhow to put a string in an array Pin
faladrim20-Sep-06 3:58
faladrim20-Sep-06 3:58 
AnswerRe: how to put a string in an array Pin
Coding C#20-Sep-06 4:09
Coding C#20-Sep-06 4:09 
GeneralRe: how to put a string in an array Pin
faladrim20-Sep-06 4:25
faladrim20-Sep-06 4:25 
GeneralRe: how to put a string in an array Pin
faladrim20-Sep-06 4:34
faladrim20-Sep-06 4:34 
GeneralRe: how to put a string in an array Pin
Coding C#20-Sep-06 4:40
Coding C#20-Sep-06 4:40 
QuestionHow to upload file to HTTPS site Pin
tb6020-Sep-06 3:47
tb6020-Sep-06 3:47 
QuestionRemote Debugging [modified] ..am i in the right forum ??? Pin
iqazi20-Sep-06 3:23
iqazi20-Sep-06 3:23 
QuestionHow to modify the data in xml file? Pin
CooperWu20-Sep-06 3:22
CooperWu20-Sep-06 3:22 

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.