Click here to Skip to main content
15,914,111 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: ByRef still doubling the overhead of ByVal? Pin
Toni Danza26-Nov-03 15:12
Toni Danza26-Nov-03 15:12 
GeneralRe: ByRef still doubling the overhead of ByVal? Pin
Philip Fitzsimons27-Nov-03 2:58
Philip Fitzsimons27-Nov-03 2:58 
GeneralRe: ByRef still doubling the overhead of ByVal? Pin
Toni Danza27-Nov-03 3:52
Toni Danza27-Nov-03 3:52 
GeneralRe: ByRef still doubling the overhead of ByVal? Pin
Philip Fitzsimons27-Nov-03 4:00
Philip Fitzsimons27-Nov-03 4:00 
GeneralPaper source for printing Pin
Quango626-Nov-03 0:19
Quango626-Nov-03 0:19 
GeneralRe: Paper source for printing Pin
Duncan Edwards Jones26-Nov-03 0:52
professionalDuncan Edwards Jones26-Nov-03 0:52 
GeneralNaming Conventions - Forms Pin
O c t a v i e25-Nov-03 22:30
O c t a v i e25-Nov-03 22:30 
GeneralRe: Naming Conventions - Forms Pin
Paul Watson25-Nov-03 22:45
sitebuilderPaul Watson25-Nov-03 22:45 
A form is a class, right? So you use the class naming guidelines.

In this case, here is the relevant paragraph IMO:

Where appropriate, use a compound word to name a derived class. The second part of the derived class's name should be the name of the base class. For example, ApplicationException is an appropriate name for a class derived from a class named Exception, because ApplicationException is a kind of Exception. Use reasonable judgment in applying this rule. For example, Button is an appropriate name for a class derived from Control. Although a button is a kind of control, making Control a part of the class name would lengthen the name unnecessarily.


e.g. You have a Form showing customer records, I would name it CustomersForm. (Plural because it is showing a list of customers. If it was the details form then either CustomerForm or CustomerDetailsForm).

regards,
Paul Watson
Bluegrass
South Africa

Brian Welsch wrote:
"blah blah blah, maybe a potato?" while translating my Afrikaans.

Crikey! ain't life grand?

Generaloracleconnection.BeginTransaction Pin
yu-yu24-Nov-03 20:42
yu-yu24-Nov-03 20:42 
QuestionWhy does "DoEvents()" reset Current.Cursor? Pin
Noodnik24-Nov-03 10:21
Noodnik24-Nov-03 10:21 
GeneralDataSet -> SoapSerializationData Pin
ODS24-Nov-03 6:12
ODS24-Nov-03 6:12 
GeneralModifying SOAP client request Pin
Anonymous24-Nov-03 5:50
Anonymous24-Nov-03 5:50 
QuestionUpdate dotNET framework ? Pin
thaivs1118123-Nov-03 21:25
thaivs1118123-Nov-03 21:25 
AnswerRe: Update dotNET framework ? Pin
Paul Watson24-Nov-03 5:55
sitebuilderPaul Watson24-Nov-03 5:55 
AnswerRe: Update dotNET framework ? Pin
Matt Philmon4-Dec-03 7:38
Matt Philmon4-Dec-03 7:38 
GeneralVB.Net Pin
MonsterHilux23-Nov-03 19:56
MonsterHilux23-Nov-03 19:56 
GeneralRe: VB.Net Pin
Colin Angus Mackay26-Nov-03 12:57
Colin Angus Mackay26-Nov-03 12:57 
QuestionHow to fake services on .NET hosts ? Pin
Jerry Evans21-Nov-03 9:23
Jerry Evans21-Nov-03 9:23 
AnswerRe: How to fake services on .NET hosts ? Pin
Daniel Turini21-Nov-03 10:03
Daniel Turini21-Nov-03 10:03 
GeneralHelp!! About VScrollBar control in .NET Framework Pin
newhzh21-Nov-03 0:14
newhzh21-Nov-03 0:14 
QuestionCould anybody tell me the parameter of CryptUIDlgSelectCertificate API of cryptui.dll? Pin
zhang_hao20-Nov-03 18:03
zhang_hao20-Nov-03 18:03 
GeneralProble while sending mail through windows service using MSMAPI Pin
alexander13219-Nov-03 20:32
alexander13219-Nov-03 20:32 
GeneralPictureBox StretchImage problem Pin
Msftone19-Nov-03 13:53
Msftone19-Nov-03 13:53 
QuestionWhat about pipes? Pin
Noodnik19-Nov-03 11:39
Noodnik19-Nov-03 11:39 
AnswerRe: What about pipes? Pin
Jeff Varszegi19-Nov-03 11:50
professionalJeff Varszegi19-Nov-03 11:50 

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.