Click here to Skip to main content
16,005,169 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to handle windows message in my .NET layer? Pin
Luc Pattyn25-May-10 17:23
sitebuilderLuc Pattyn25-May-10 17:23 
GeneralRe: How to handle windows message in my .NET layer? Pin
cmartono25-May-10 17:59
cmartono25-May-10 17:59 
GeneralRe: How to handle windows message in my .NET layer? Pin
Luc Pattyn25-May-10 18:06
sitebuilderLuc Pattyn25-May-10 18:06 
Questionhow to set Tag property of validationresult from WCF ValidationFault Pin
MurtuzaJ25-May-10 3:33
MurtuzaJ25-May-10 3:33 
Questionanother clarification about using static methods and instantiated methods for threads Pin
prasadbuddhika24-May-10 18:24
prasadbuddhika24-May-10 18:24 
AnswerRe: another clarification about using static methods and instantiated methods for threads Pin
Luc Pattyn24-May-10 18:48
sitebuilderLuc Pattyn24-May-10 18:48 
AnswerRe: another clarification about using static methods and instantiated methods for threads Pin
prasadbuddhika25-May-10 2:21
prasadbuddhika25-May-10 2:21 
Questionneed a clarification about inheritence Pin
prasadbuddhika24-May-10 2:53
prasadbuddhika24-May-10 2:53 
i have the idea about inheritance, but the problem is about the performance when a child class is assigned to a parent class.
please let me explain.

class A is the parent of class B ,an d is the parent of C like wise
A->B->C->D->E->F->G

then i know that when i create an object from class G all the constructors from A to G is called.
Now when i'm assigning an object of G to object of A

A aa = new A();
G gg = new G();
aa = gg;

object "gg" is casted to A type , then is this happens like it happened in creating "gg" all through the hierarchy, or is it just one step from G to A... or is something else happens.. and what about the performance?
AnswerRe: need a clarification about inheritence Pin
Abhinav S24-May-10 3:07
Abhinav S24-May-10 3:07 
AnswerRe: need a clarification about inheritence Pin
Luc Pattyn24-May-10 5:00
sitebuilderLuc Pattyn24-May-10 5:00 
AnswerRe: need a clarification about inheritence Pin
prasadbuddhika24-May-10 17:41
prasadbuddhika24-May-10 17:41 
AnswerRe: need a clarification about inheritence Pin
NetQuestions24-May-10 19:16
NetQuestions24-May-10 19:16 
GeneralRe: need a clarification about inheritence Pin
prasadbuddhika24-May-10 22:59
prasadbuddhika24-May-10 22:59 
Questionxml to gridview [modified] Pin
Tomlor198022-May-10 2:49
Tomlor198022-May-10 2:49 
AnswerRe: xml to gridview Pin
Abhinav S22-May-10 3:01
Abhinav S22-May-10 3:01 
AnswerRe: xml to gridview Pin
Not Active22-May-10 3:02
mentorNot Active22-May-10 3:02 
AnswerRe: xml to gridview Pin
Not Active22-May-10 3:04
mentorNot Active22-May-10 3:04 
QuestionSave Image From Stream in .PBM Format Pin
Spilled21-May-10 6:56
Spilled21-May-10 6:56 
AnswerRe: Save Image From Stream in .PBM Format Pin
Luc Pattyn21-May-10 8:14
sitebuilderLuc Pattyn21-May-10 8:14 
QuestionUsing dynamic enum as type in a parameter of a method Pin
dashingsidds20-May-10 21:04
dashingsidds20-May-10 21:04 
AnswerRe: Using dynamic enum as type in a parameter of a method Pin
dashingsidds21-May-10 1:38
dashingsidds21-May-10 1:38 
GeneralRe: Using dynamic enum as type in a parameter of a method Pin
Not Active21-May-10 2:27
mentorNot Active21-May-10 2:27 
GeneralRe: Using dynamic enum as type in a parameter of a method Pin
dashingsidds21-May-10 3:05
dashingsidds21-May-10 3:05 
GeneralRe: Using dynamic enum as type in a parameter of a method Pin
Not Active21-May-10 3:15
mentorNot Active21-May-10 3:15 
GeneralRe: Using dynamic enum as type in a parameter of a method Pin
Shameel23-May-10 4:08
professionalShameel23-May-10 4:08 

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.