Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
GeneralRe: Socket performance Pin
devvvy8-Nov-12 14:52
devvvy8-Nov-12 14:52 
AnswerRe: Socket performance Pin
jschell7-Nov-12 7:53
jschell7-Nov-12 7:53 
GeneralRe: Socket performance Pin
devvvy7-Nov-12 15:25
devvvy7-Nov-12 15:25 
GeneralRe: Socket performance Pin
jschell8-Nov-12 8:06
jschell8-Nov-12 8:06 
GeneralRe: Socket performance Pin
devvvy8-Nov-12 13:34
devvvy8-Nov-12 13:34 
QuestionMicrosoft Reports and Page Break insertion. Pin
minnie mouse6-Nov-12 9:19
minnie mouse6-Nov-12 9:19 
QuestionUsing same class name from different assembly Pin
PozzaVecia6-Nov-12 9:16
PozzaVecia6-Nov-12 9:16 
AnswerRe: Using same class name from different assembly Pin
Eddy Vluggen6-Nov-12 9:21
professionalEddy Vluggen6-Nov-12 9:21 
TheGermoz wrote:
In "TestConsole" can I switch the use of MyClass choosing from which assembly the class come (New or Old), in the code?

Not so easily. You could load a type, based on it's name - but the name of the type has to be unique within the namespaces loaded.

If you'd program against an Interface, you could use "any" object that implements that interface. Another sweet alternative would be to use a base-class, and inherit both New and Old from the same base.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
They hate us for our freedom![^]

GeneralRe: Using same class name from different assembly Pin
PozzaVecia6-Nov-12 9:34
PozzaVecia6-Nov-12 9:34 
AnswerRe: Using same class name from different assembly Pin
minnie mouse6-Nov-12 9:39
minnie mouse6-Nov-12 9:39 
GeneralRe: Using same class name from different assembly Pin
PozzaVecia6-Nov-12 18:23
PozzaVecia6-Nov-12 18:23 
Questiondictionnaire de synonyme et antonyme dans base de donnnée Pin
MOR896-Nov-12 6:55
MOR896-Nov-12 6:55 
AnswerRe: dictionnaire de synonyme et antonyme dans base de donnnée Pin
Richard MacCutchan6-Nov-12 7:25
mveRichard MacCutchan6-Nov-12 7:25 
AnswerRe: dictionnaire de synonyme et antonyme dans base de donnnée Pin
Bernhard Hiller6-Nov-12 21:00
Bernhard Hiller6-Nov-12 21:00 
Questionlecture du langue arabe dans textbox c# Pin
MOR896-Nov-12 6:52
MOR896-Nov-12 6:52 
SuggestionRe: lecture du langue arabe dans textbox c# Pin
Ingo6-Nov-12 7:04
Ingo6-Nov-12 7:04 
AnswerRe: lecture du langue arabe dans textbox c# Pin
Eddy Vluggen6-Nov-12 9:00
professionalEddy Vluggen6-Nov-12 9:00 
Questionhow to make languge Pin
erdinc356-Nov-12 4:11
erdinc356-Nov-12 4:11 
AnswerRe: how to make languge Pin
Pete O'Hanlon6-Nov-12 5:03
mvePete O'Hanlon6-Nov-12 5:03 
GeneralRe: how to make languge Pin
erdinc356-Nov-12 5:11
erdinc356-Nov-12 5:11 
GeneralRe: how to make languge Pin
Pete O'Hanlon6-Nov-12 5:17
mvePete O'Hanlon6-Nov-12 5:17 
AnswerRe: how to make languge Pin
JasonMacD6-Nov-12 5:19
JasonMacD6-Nov-12 5:19 
GeneralRe: how to make languge Pin
JasonMacD6-Nov-12 5:20
JasonMacD6-Nov-12 5:20 
Questionplease help me its urgent Pin
gaushiya6-Nov-12 2:46
gaushiya6-Nov-12 2:46 
AnswerRe: please help me its urgent Pin
Pete O'Hanlon6-Nov-12 2:54
mvePete O'Hanlon6-Nov-12 2:54 

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.