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

C#

 
AnswerRe: ip address Pin
Harvey Saayman23-Jul-08 2:23
Harvey Saayman23-Jul-08 2:23 
GeneralRe: ip address Pin
Mogaambo23-Jul-08 2:48
Mogaambo23-Jul-08 2:48 
GeneralRe: ip address Pin
Simon P Stevens24-Jul-08 2:58
Simon P Stevens24-Jul-08 2:58 
AnswerRe: ip address Pin
nelsonpaixao23-Jul-08 14:33
nelsonpaixao23-Jul-08 14:33 
Questionchecked DateTimePicker Pin
kaustavG23-Jul-08 1:36
kaustavG23-Jul-08 1:36 
AnswerRe: checked DateTimePicker Pin
DaveyM6923-Jul-08 2:13
professionalDaveyM6923-Jul-08 2:13 
QuestionAttach event to html element Pin
mahmoud wafy23-Jul-08 1:03
mahmoud wafy23-Jul-08 1:03 
Questionusing Directive clarification Pin
But_Im_a_Lady23-Jul-08 0:58
But_Im_a_Lady23-Jul-08 0:58 
Hi,

I am 2 months into a new job and I have been looking at the structure of the main solution here, and one thing that puzzles me is the complete lack of any standardsConfused | :confused:

2 questions I have are to do with USING directives:-

EG at the top of all of the forms is : using System.Windows.Forms;

but everywhere within code the whole name is qualified e.g :-

private System.Windows.Forms.TabPage tabCustomer;
this.tabCustomer = new System.Windows.Forms.TabPage();

1) Does this have any extra overhead with regards to performance?
2) Also, is it good practice to ensure that any namespaces are declaring at the top of the code?

Thanks in advance.
Janet

Lady Programmers are a rare breed!

AnswerRe: using Directive clarification Pin
Luc Pattyn23-Jul-08 1:06
sitebuilderLuc Pattyn23-Jul-08 1:06 
GeneralRe: using Directive clarification Pin
But_Im_a_Lady23-Jul-08 1:11
But_Im_a_Lady23-Jul-08 1:11 
GeneralRe: using Directive clarification Pin
Luc Pattyn23-Jul-08 1:27
sitebuilderLuc Pattyn23-Jul-08 1:27 
QuestionUsing Threads in Windows Forms Pin
Megidolaon23-Jul-08 0:35
Megidolaon23-Jul-08 0:35 
AnswerRe: Using Threads in Windows Forms Pin
DaveyM6923-Jul-08 0:53
professionalDaveyM6923-Jul-08 0:53 
AnswerRe: Using Threads in Windows Forms Pin
MrKalinka23-Jul-08 1:00
MrKalinka23-Jul-08 1:00 
AnswerRe: Using Threads in Windows Forms Pin
Megidolaon24-Jul-08 4:28
Megidolaon24-Jul-08 4:28 
GeneralRe: Using Threads in Windows Forms Pin
DaveyM6925-Jul-08 11:50
professionalDaveyM6925-Jul-08 11:50 
AnswerRe: Using Threads in Windows Forms Pin
Megidolaon29-Jul-08 21:46
Megidolaon29-Jul-08 21:46 
Questionpivot table not showing any data Pin
Shuaib wasif khan23-Jul-08 0:18
Shuaib wasif khan23-Jul-08 0:18 
AnswerRepost of earlier questions. Pin
Pete O'Hanlon23-Jul-08 2:09
mvePete O'Hanlon23-Jul-08 2:09 
QuestionXML comparision Pin
Princeyuva23-Jul-08 0:16
Princeyuva23-Jul-08 0:16 
AnswerRe: XML comparision Pin
led mike23-Jul-08 5:03
led mike23-Jul-08 5:03 
Questionchecked dateTimePicker Pin
kaustavG23-Jul-08 0:13
kaustavG23-Jul-08 0:13 
AnswerRe: checked dateTimePicker Pin
DaveyM6923-Jul-08 0:19
professionalDaveyM6923-Jul-08 0:19 
AnswerRe: checked dateTimePicker Pin
Aaron849823-Jul-08 5:27
Aaron849823-Jul-08 5:27 
Questionretrieving the flag value of one form in other Pin
preetpal23-Jul-08 0:00
preetpal23-Jul-08 0:00 

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.