Click here to Skip to main content
15,898,993 members
Home / Discussions / C#
   

C#

 
Questionis there is any collection which returns three(two key and a values) Pin
pashitech8-Apr-07 23:04
pashitech8-Apr-07 23:04 
AnswerRe: is there is any collection which returns three(two key and a values) Pin
Shajeel8-Apr-07 23:53
Shajeel8-Apr-07 23:53 
AnswerRe: is there is any collection which returns three(two key and a values) Pin
Morantex11-Apr-07 7:59
Morantex11-Apr-07 7:59 
QuestionObject Type Casting problem Pin
srivatsan248-Apr-07 22:28
srivatsan248-Apr-07 22:28 
AnswerRe: Object Type Casting problem Pin
Colin Angus Mackay9-Apr-07 0:17
Colin Angus Mackay9-Apr-07 0:17 
QuestionRe: Object Type Casting problem [modified] Pin
srivatsan249-Apr-07 0:24
srivatsan249-Apr-07 0:24 
GeneralRe: Object Type Casting problem Pin
Colin Angus Mackay9-Apr-07 0:38
Colin Angus Mackay9-Apr-07 0:38 
GeneralRe: Object Type Casting problem Pin
srivatsan2410-Apr-07 0:32
srivatsan2410-Apr-07 0:32 
QuestionCalling a function without an object Pin
nasambur8-Apr-07 20:51
nasambur8-Apr-07 20:51 
AnswerRe: Calling a function without an object Pin
Tamimi - Code8-Apr-07 23:04
Tamimi - Code8-Apr-07 23:04 
GeneralRe: Calling a function without an object Pin
nasambur8-Apr-07 23:18
nasambur8-Apr-07 23:18 
GeneralRe: Calling a function without an object Pin
Tamimi - Code8-Apr-07 23:34
Tamimi - Code8-Apr-07 23:34 
GeneralRe: Calling a function without an object Pin
nasambur8-Apr-07 23:38
nasambur8-Apr-07 23:38 
GeneralRe: Calling a function without an object Pin
Tamimi - Code8-Apr-07 23:48
Tamimi - Code8-Apr-07 23:48 
GeneralRe: Calling a function without an object Pin
nasambur8-Apr-07 23:53
nasambur8-Apr-07 23:53 
GeneralRe: Calling a function without an object Pin
Tamimi - Code9-Apr-07 0:51
Tamimi - Code9-Apr-07 0:51 
GeneralRe: Calling a function without an object Pin
nasambur9-Apr-07 1:07
nasambur9-Apr-07 1:07 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:14
Colin Angus Mackay9-Apr-07 1:14 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:04
Colin Angus Mackay9-Apr-07 1:04 
GeneralRe: Calling a function without an object Pin
nasambur9-Apr-07 1:13
nasambur9-Apr-07 1:13 
GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 1:01
Colin Angus Mackay9-Apr-07 1:01 
nasambur wrote:
i want to include a file, similarly as of #include.


C# has no need of that funtionality.

If you want to be able to use classes, structs, etc. from other namespaces without having to refer to it fully each time use add the appropriate using directive at the top of the class file.

You may also have to add a reference to the appropriate assembly that contains the code. To do this, right-click on the project you wish to add the reference to and select "Add Reference...". The dialog contains various tabs that indicate where the assemby is.


Upcoming events:
* Edinburgh: Web Security Conference Day for Windows Developers (12th April)
* Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Calling a function without an object Pin
Colin Angus Mackay9-Apr-07 0:57
Colin Angus Mackay9-Apr-07 0:57 
Questiongraph control Pin
Enter the Dragon8-Apr-07 19:48
Enter the Dragon8-Apr-07 19:48 
AnswerRe: graph control Pin
Robert Rohde8-Apr-07 20:50
Robert Rohde8-Apr-07 20:50 
QuestionDateTime format Pin
rachitdamani8-Apr-07 19:35
rachitdamani8-Apr-07 19:35 

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.