Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
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 
nasambur wrote:
i dont know exactly what happens behind when we use the 'using' in C#.
plz explain me..


Using can be used in two places. In the context of this conversation you mean the way using is used as a directive to import namespaces into the current code file.

Using allows the developer to call the class name on its own rather than be forced to use its full name. e.g.

using System.Data.SqlClient;
...
SqlConnection connection = new SqlConnection();


or

System.Data.SqlClient.SqlConnection = new System.Data.SqlClient.SqlConnection();



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
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 
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 
AnswerRe: DateTime format Pin
phantanagu8-Apr-07 20:54
phantanagu8-Apr-07 20:54 
GeneralRe: DateTime format Pin
rachitdamani8-Apr-07 21:05
rachitdamani8-Apr-07 21:05 
Questionscreen capturing software Pin
khema8-Apr-07 19:25
khema8-Apr-07 19:25 
QuestionNESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri8-Apr-07 19:09
Faisal Khatri8-Apr-07 19:09 
AnswerRe: NESTED DATAGRID IN WINDOWS FORM Pin
phantanagu8-Apr-07 20:48
phantanagu8-Apr-07 20:48 
GeneralRe: NESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri8-Apr-07 21:55
Faisal Khatri8-Apr-07 21:55 
AnswerRe: NESTED DATAGRID IN WINDOWS FORM Pin
Vinay Dornala8-Apr-07 23:16
Vinay Dornala8-Apr-07 23:16 
GeneralRe: NESTED DATAGRID IN WINDOWS FORM Pin
Faisal Khatri9-Apr-07 19:57
Faisal Khatri9-Apr-07 19:57 
QuestionBainding only images to combobox Pin
Sivaprasad C8-Apr-07 18:33
Sivaprasad C8-Apr-07 18:33 
QuestionSending message to another process Pin
aljodav8-Apr-07 17:40
aljodav8-Apr-07 17:40 
AnswerRe: Sending message to another process Pin
Sathesh Sakthivel8-Apr-07 17:49
Sathesh Sakthivel8-Apr-07 17:49 

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.