Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get information from website to my app. Pin
conemajstor9-May-06 4:14
conemajstor9-May-06 4:14 
GeneralRe: How to get information from website to my app. Pin
KrIstOfK9-May-06 4:22
KrIstOfK9-May-06 4:22 
GeneralRe: How to get information from website to my app. Pin
conemajstor9-May-06 4:38
conemajstor9-May-06 4:38 
GeneralRe: How to get information from website to my app. Pin
Ravi Bhavnani9-May-06 8:55
professionalRavi Bhavnani9-May-06 8:55 
QuestionMSHTML: Howto access elements within a <IFRAME> Pin
cweeks786819-May-06 3:46
cweeks786819-May-06 3:46 
AnswerRe: MSHTML: Howto access elements within a <IFRAME> Pin
cweeks7868110-May-06 8:03
cweeks7868110-May-06 8:03 
Questionsignificance of IDBConnection or IDBDataAdapter or any interface Pin
kumar.bs9-May-06 3:27
kumar.bs9-May-06 3:27 
AnswerRe: significance of IDBConnection or IDBDataAdapter or any interface Pin
J4amieC9-May-06 3:34
J4amieC9-May-06 3:34 
Interfaces are a contract that an implementing class must fulfil. If an interface defines a method called "DoSomething()" then every class which implements this interface must define this method.

They are often used as a "Lowest common denominator" when dealing with objects where you dont know the exect type of class being used.

For example, a Data Abstraction Layer which works with Sql and Oracle databases may have a method called "CreateConnection" which returns an instance of a class which implements System.Data.IDbConnection - It does not matter to you, the user, whether it is a Sql or Oracle (or Access or MySQL) connection - just that it is a Database connection.

IDbConnection defines methods such as
-Open
-Close
-CreateCommand
-BeginTransaction



Current blacklist
svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour

GeneralRe: significance of IDBConnection or IDBDataAdapter or any interface Pin
kumar.bs9-May-06 3:56
kumar.bs9-May-06 3:56 
GeneralRe: significance of IDBConnection or IDBDataAdapter or any interface Pin
J4amieC9-May-06 4:17
J4amieC9-May-06 4:17 
QuestionServer path for DirectoryInfo Pin
student_rhr9-May-06 3:10
student_rhr9-May-06 3:10 
AnswerRe: Server path for DirectoryInfo Pin
Paul Brower9-May-06 3:21
Paul Brower9-May-06 3:21 
GeneralRe: Server path for DirectoryInfo Pin
student_rhr9-May-06 3:24
student_rhr9-May-06 3:24 
AnswerRe: Server path for DirectoryInfo Pin
albCode9-May-06 3:30
albCode9-May-06 3:30 
QuestionQueryInterface call in .NET (C#) Pin
anderslundsgard9-May-06 3:05
anderslundsgard9-May-06 3:05 
AnswerRe: QueryInterface call in .NET (C#) Pin
Andy Moore9-May-06 4:08
Andy Moore9-May-06 4:08 
QuestionBluetooth Application using C#.Net 2.0 Pin
coolsanjay9-May-06 3:02
coolsanjay9-May-06 3:02 
Questionmy ICryptoTransform class Pin
NaNg152419-May-06 1:35
NaNg152419-May-06 1:35 
QuestionI want to call a function when a new page in a word comes at runtime or can we trap the page break event at runtime in Office projects Pin
rohit_singh16799-May-06 1:18
rohit_singh16799-May-06 1:18 
QuestionHow to disable maximize/restore button of a MDI child form Pin
t800t89-May-06 1:14
t800t89-May-06 1:14 
AnswerRe: How to disable maximize/restore button of a MDI child form Pin
t800t89-May-06 1:30
t800t89-May-06 1:30 
Questionproblem when using 2 forms in a project Pin
dinhzap9-May-06 1:11
dinhzap9-May-06 1:11 
AnswerRe: problem when using 2 forms in a project Pin
NaNg152419-May-06 1:45
NaNg152419-May-06 1:45 
GeneralRe: problem when using 2 forms in a project Pin
dinhzap10-May-06 2:04
dinhzap10-May-06 2:04 
AnswerRe: problem when using 2 forms in a project Pin
albCode9-May-06 2:51
albCode9-May-06 2:51 

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.