Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: Attaching database Pin
mark_w_22-Jul-08 23:05
mark_w_22-Jul-08 23:05 
QuestionSMTP server capacity Pin
hadad22-Jul-08 21:15
hadad22-Jul-08 21:15 
AnswerRe: SMTP server capacity Pin
eburud22-Jul-08 22:30
eburud22-Jul-08 22:30 
QuestionLINQ query performance Pin
Lutosław22-Jul-08 21:00
Lutosław22-Jul-08 21:00 
AnswerRe: LINQ query performance Pin
leppie22-Jul-08 23:54
leppie22-Jul-08 23:54 
GeneralRe: LINQ query performance Pin
Lutosław23-Jul-08 0:01
Lutosław23-Jul-08 0:01 
QuestionRun an Win App from UNC Path Pin
cloud92k22-Jul-08 20:50
cloud92k22-Jul-08 20:50 
AnswerRe: Run an Win App from UNC Path Pin
eburud22-Jul-08 22:39
eburud22-Jul-08 22:39 
AnswerRe: Run an Win App from UNC Path Pin
Jiangug22-Jul-08 23:52
Jiangug22-Jul-08 23:52 
GeneralRe: Run an Win App from UNC Path Pin
cloud92k23-Jul-08 8:26
cloud92k23-Jul-08 8:26 
Questionrotating a winform control Pin
Faysal22-Jul-08 19:11
Faysal22-Jul-08 19:11 
AnswerRe: rotating a winform control Pin
John Ad22-Jul-08 20:03
John Ad22-Jul-08 20:03 
GeneralRe: rotating a winform control Pin
The Cake of Deceit23-Jul-08 8:04
The Cake of Deceit23-Jul-08 8:04 
QuestionPlease help with xml reading Pin
Medp3722-Jul-08 18:42
Medp3722-Jul-08 18:42 
AnswerRe: Please help with xml reading Pin
Srishti Mathur22-Jul-08 19:14
Srishti Mathur22-Jul-08 19:14 
QuestionThread problem Pin
Mogaambo22-Jul-08 18:36
Mogaambo22-Jul-08 18:36 
AnswerRe: Thread problem Pin
Elroy Dsilva22-Jul-08 22:04
Elroy Dsilva22-Jul-08 22:04 
QuestionMy sort of first program that doesn't work Pin
DFlat4Now22-Jul-08 17:38
DFlat4Now22-Jul-08 17:38 
AnswerRe: My sort of first program that doesn't work Pin
John Ad22-Jul-08 20:31
John Ad22-Jul-08 20:31 
AnswerRe: My sort of first program that doesn't work Pin
mark_w_22-Jul-08 22:17
mark_w_22-Jul-08 22:17 
Questionparent form --> MDIChild connection Pin
shadowhazard22-Jul-08 17:32
shadowhazard22-Jul-08 17:32 
AnswerRe: parent form --> MDIChild connection Pin
Mbah Dhaim22-Jul-08 23:24
Mbah Dhaim22-Jul-08 23:24 
QuestionHard Inheritance Questions (for me) Pin
Dirso22-Jul-08 12:53
Dirso22-Jul-08 12:53 
Hi,

Part1)
I have a base class that implements the methods "DoSomething()" and make it virtual
a) Is there anyway I can force the derivated class to override it too
b) I can't make it abstract, because I need something to be done in the base and in the derivated class
c) I also would like to force the programmer to call base.DoSomething() inside it's own method to be sure the base method to be executed too.

Part2)
If I have a log method, that I'd like to be called from inside every method, is there anyway to get all parameters and values from the function where it's been called without having to specify one by one?

Thanks,
Dirso
AnswerRe: Hard Inheritance Questions (for me) Pin
Luc Pattyn22-Jul-08 13:26
sitebuilderLuc Pattyn22-Jul-08 13:26 
AnswerRe: Hard Inheritance Questions (for me) Pin
PIEBALDconsult22-Jul-08 14:32
mvePIEBALDconsult22-Jul-08 14:32 

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.