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

C#

 
GeneralRe: How to quickly add large amount of rows in datagridview control? Pin
Affan Toor12-Apr-07 5:09
Affan Toor12-Apr-07 5:09 
GeneralRe: How to quickly add large amount of rows in datagridview control? Pin
Dave Kreskowiak12-Apr-07 5:46
mveDave Kreskowiak12-Apr-07 5:46 
Questionhow to identify the remote client connection (remoting) Pin
cignox112-Apr-07 0:42
cignox112-Apr-07 0:42 
GeneralC# decompilation Pin
hairy_hats12-Apr-07 0:27
hairy_hats12-Apr-07 0:27 
GeneralRe: C# decompilation Pin
Pete O'Hanlon12-Apr-07 0:46
mvePete O'Hanlon12-Apr-07 0:46 
GeneralRe: C# decompilation Pin
hairy_hats12-Apr-07 1:31
hairy_hats12-Apr-07 1:31 
GeneralRe: C# decompilation Pin
peterchen12-Apr-07 5:05
peterchen12-Apr-07 5:05 
GeneralRe: C# decompilation Pin
Christian Graus12-Apr-07 0:47
protectorChristian Graus12-Apr-07 0:47 
There's a number of reasons for this. At the core, the fact is that most people are targetting markets that do not contain people likely to decompile code. Having your code compile on the target machine opens the door to things like a version of the framework that optimises for new processors, such as dual cores or 64 bit. It also means that in theory the framework can target multiple architectures.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: C# decompilation Pin
Ed.Poore12-Apr-07 0:54
Ed.Poore12-Apr-07 0:54 
GeneralRe: C# decompilation Pin
Christian Graus12-Apr-07 1:24
protectorChristian Graus12-Apr-07 1:24 
GeneralRe: C# decompilation Pin
Ed.Poore12-Apr-07 1:30
Ed.Poore12-Apr-07 1:30 
GeneralRe: C# decompilation Pin
hairy_hats12-Apr-07 1:33
hairy_hats12-Apr-07 1:33 
GeneralRe: C# decompilation Pin
Christian Graus12-Apr-07 1:52
protectorChristian Graus12-Apr-07 1:52 
GeneralRe: C# decompilation Pin
hairy_hats12-Apr-07 3:02
hairy_hats12-Apr-07 3:02 
GeneralRe: C# decompilation Pin
Pete O'Hanlon12-Apr-07 4:09
mvePete O'Hanlon12-Apr-07 4:09 
GeneralRe: C# decompilation Pin
hairy_hats12-Apr-07 5:18
hairy_hats12-Apr-07 5:18 
GeneralRe: C# decompilation Pin
Pete O'Hanlon12-Apr-07 9:17
mvePete O'Hanlon12-Apr-07 9:17 
GeneralRe: C# decompilation Pin
Christian Graus12-Apr-07 10:38
protectorChristian Graus12-Apr-07 10:38 
GeneralRe: C# decompilation Pin
AlwiNus14-Apr-07 12:34
AlwiNus14-Apr-07 12:34 
GeneralRe: C# decompilation Pin
Christian Graus14-Apr-07 13:39
protectorChristian Graus14-Apr-07 13:39 
QuestionBindingList Pin
mark_w_11-Apr-07 23:43
mark_w_11-Apr-07 23:43 
AnswerRe: BindingList Pin
Jaiprakash M Bankolli12-Apr-07 0:35
Jaiprakash M Bankolli12-Apr-07 0:35 
QuestionXml file [modified] Pin
7111-Apr-07 23:17
7111-Apr-07 23:17 
AnswerRe: Xml file Pin
Christian Graus11-Apr-07 23:32
protectorChristian Graus11-Apr-07 23:32 
GeneralRe: Xml file Pin
blackjack215011-Apr-07 23:59
blackjack215011-Apr-07 23:59 

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.