Click here to Skip to main content
16,013,581 members
Home / Discussions / C#
   

C#

 
GeneralRe: the blinking cursor Pin
Dave Kreskowiak13-Jan-06 15:07
mveDave Kreskowiak13-Jan-06 15:07 
GeneralRe: the blinking cursor Pin
melanieab16-Jan-06 4:30
melanieab16-Jan-06 4:30 
QuestionHow can I concaternate images together in C# Pin
jung197513-Jan-06 10:52
jung197513-Jan-06 10:52 
QuestionIs C# right for me? Pin
tansey413-Jan-06 9:45
tansey413-Jan-06 9:45 
AnswerRe: Is C# right for me? Pin
RizwanSharp13-Jan-06 9:56
RizwanSharp13-Jan-06 9:56 
GeneralRe: Is C# right for me? Pin
Colin Angus Mackay13-Jan-06 11:09
Colin Angus Mackay13-Jan-06 11:09 
GeneralRe: Is C# right for me? Pin
RizwanSharp13-Jan-06 16:47
RizwanSharp13-Jan-06 16:47 
AnswerRe: Is C# right for me? Pin
Dan Neely13-Jan-06 10:12
Dan Neely13-Jan-06 10:12 
C#/java would be faster and easier to do the implementation in, but from a security perspective both have the same weakness. The distributed programs are compiled to an intermediate format rather than machine language which is much easier to reverse engineer. IF your design is poor that could result in an easier attack path for cheaters. Provided you validate *everything* on the server (all user input is bad until proven otherwise), and don't send the user any data they can't currently see (out of sight areas of the map, private details of opponents) this shouldn't be a major issue. You should do both of these even if you're using c++, if the prizes are good enough the same cheating can be done by packet sniffing and writing a custom cheat client.

C# is my langauge of choice, but it's always a good thing to know the limitations before you begin.
GeneralRe: Is C# right for me? Pin
tansey413-Jan-06 13:31
tansey413-Jan-06 13:31 
QuestionSerialization and Encryption Problem (Urget and most important) Pin
RizwanSharp13-Jan-06 9:32
RizwanSharp13-Jan-06 9:32 
AnswerRe: Serialization and Encryption Problem (Urget and most important) Pin
Robert Rohde14-Jan-06 21:49
Robert Rohde14-Jan-06 21:49 
GeneralRe: Serialization and Encryption Problem (Urget and most important) Pin
RizwanSharp15-Jan-06 2:59
RizwanSharp15-Jan-06 2:59 
GeneralRe: Serialization and Encryption Problem (Urget and most important) Pin
Dan Neely16-Jan-06 2:19
Dan Neely16-Jan-06 2:19 
Questioncustom control Pin
mihai_152913-Jan-06 9:03
mihai_152913-Jan-06 9:03 
AnswerRe: custom control Pin
Sasuko13-Jan-06 13:57
Sasuko13-Jan-06 13:57 
GeneralRe: custom control Pin
mihai_152913-Jan-06 20:46
mihai_152913-Jan-06 20:46 
QuestionBasic question. Pin
Taurian11013-Jan-06 8:34
Taurian11013-Jan-06 8:34 
AnswerRe: Basic question. Pin
User 665813-Jan-06 8:39
User 665813-Jan-06 8:39 
AnswerRe: Basic question. Pin
Dave Kreskowiak13-Jan-06 8:54
mveDave Kreskowiak13-Jan-06 8:54 
GeneralRe: Basic question. Pin
User 665813-Jan-06 8:58
User 665813-Jan-06 8:58 
GeneralRe: Basic question. Pin
Dave Kreskowiak13-Jan-06 9:52
mveDave Kreskowiak13-Jan-06 9:52 
AnswerRe: Basic question. Pin
Colin Angus Mackay13-Jan-06 9:19
Colin Angus Mackay13-Jan-06 9:19 
AnswerRe: Basic question. Pin
Robert Rohde14-Jan-06 21:53
Robert Rohde14-Jan-06 21:53 
Questionprinting problem Pin
melanieab13-Jan-06 8:03
melanieab13-Jan-06 8:03 
AnswerRe: printing problem Pin
DigitalKing14-Jan-06 17:51
DigitalKing14-Jan-06 17:51 

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.