Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
GeneralRe: DotNetOpenMail Authentication Pin
Christian Graus2-Oct-09 0:41
protectorChristian Graus2-Oct-09 0:41 
JokeRe: DotNetOpenMail Authentication Pin
Tom Deketelaere2-Oct-09 2:27
professionalTom Deketelaere2-Oct-09 2:27 
QuestionC# 4.0: Dynamic Programming - usage question Pin
Ekaterina Staykova1-Oct-09 21:47
Ekaterina Staykova1-Oct-09 21:47 
AnswerRe: C# 4.0: Dynamic Programming - usage question Pin
Rob Philpott1-Oct-09 21:51
Rob Philpott1-Oct-09 21:51 
AnswerRe: C# 4.0: Dynamic Programming - usage question Pin
Richard MacCutchan1-Oct-09 23:21
mveRichard MacCutchan1-Oct-09 23:21 
GeneralRe: C# 4.0: Dynamic Programming - usage question Pin
Ekaterina Staykova2-Oct-09 0:08
Ekaterina Staykova2-Oct-09 0:08 
AnswerRe: C# 4.0: Dynamic Programming - usage question Pin
Daniel Grunwald2-Oct-09 0:35
Daniel Grunwald2-Oct-09 0:35 
AnswerRe: C# 4.0: Dynamic Programming - usage question Pin
Pete O'Hanlon2-Oct-09 0:57
mvePete O'Hanlon2-Oct-09 0:57 
We have a couple of old COM components that are interacted with using late binding. We use configuration entries to determine which component to call because they have the same signatures, but they talk to different types of components, i.e. one communicates with certain hardware using TCP, while the other uses COM calls directly. The code that controls this is quite gnarly, and isn't fun to write because it requires lots of late binding work which is a complete PITA in .NET.

With dynamic, we can replace this code with a simple class that takes this pain away. So far, it's the only use I can find for using dynamic.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



Questionwhen to use c# attributes Pin
mxdev1-Oct-09 19:54
mxdev1-Oct-09 19:54 
AnswerRe: when to use c# attributes Pin
Christian Graus1-Oct-09 20:31
protectorChristian Graus1-Oct-09 20:31 
GeneralRe: when to use c# attributes Pin
mxdev13-Oct-09 4:02
mxdev13-Oct-09 4:02 
AnswerRe: when to use c# attributes Pin
Nicholas Butler1-Oct-09 23:19
sitebuilderNicholas Butler1-Oct-09 23:19 
GeneralRe: when to use c# attributes Pin
mxdev2-Oct-09 7:53
mxdev2-Oct-09 7:53 
QuestionClient Application Services Pin
Illegal Operation1-Oct-09 19:32
Illegal Operation1-Oct-09 19:32 
AnswerRe: Client Application Services Pin
Ravi Mori1-Oct-09 20:33
Ravi Mori1-Oct-09 20:33 
Questionhow to join single column from other table multiple times with multiple conditions Pin
NarendraSinghJTV1-Oct-09 19:03
NarendraSinghJTV1-Oct-09 19:03 
AnswerRe: how to join single column from other table multiple times with multiple conditions Pin
nagendrathecoder1-Oct-09 19:34
nagendrathecoder1-Oct-09 19:34 
GeneralRe: how to join single column from other table multiple times with multiple conditions Pin
NarendraSinghJTV1-Oct-09 20:39
NarendraSinghJTV1-Oct-09 20:39 
GeneralRe: how to join single column from other table multiple times with multiple conditions Pin
nagendrathecoder1-Oct-09 20:41
nagendrathecoder1-Oct-09 20:41 
AnswerRe: how to join single column from other table multiple times with multiple conditions Pin
Christian Graus1-Oct-09 20:30
protectorChristian Graus1-Oct-09 20:30 
GeneralRe: how to join single column from other table multiple times with multiple conditions Pin
NarendraSinghJTV1-Oct-09 20:40
NarendraSinghJTV1-Oct-09 20:40 
QuestionRemoting Pin
amaankhan1-Oct-09 17:57
amaankhan1-Oct-09 17:57 
AnswerRe: Remoting Pin
Christian Graus1-Oct-09 18:16
protectorChristian Graus1-Oct-09 18:16 
GeneralRe: Remoting Pin
amaankhan1-Oct-09 18:22
amaankhan1-Oct-09 18:22 
GeneralRe: Remoting Pin
Christian Graus1-Oct-09 18:26
protectorChristian Graus1-Oct-09 18:26 

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.