I’m not a web developer, but isnt that the same?

See comments for the answer to: I’m not a web developer, but isnt that the same?

In C# two method with same signatures but one with <T> compiles ?

See comments for the answer to: In C# two method with same signatures but one with <T> compiles ?

Reverseblade: hmm - should i just pass a string?

See comments for the answer to: Reverseblade: hmm - should i just pass a string?

Hmm - i’ve constructed a type like this t = typeof(User); which i then pass to a method that takes a Type argument… but t is User doesn’t work… when i have a look in the debugger i see that t is System.RuntimeType… what am i doing wrong?

See comments for the answer to: Hmm - i’ve constructed a type like this t = typeof(User); which i then pass to a method that takes a Type argument… but t is User doesn’t work… when i have a look in the debugger i see that t is System.RuntimeType… what am i doing wrong?

Anyone know it off the top of your head?

See comments for the answer to: Anyone know it off the top of your head?

well if i wanted to make a coordinate class should i declare it in form1 class or just in the project namespace?

See comments for the answer to: well if i wanted to make a coordinate class should i declare it in form1 class or just in the project namespace?

Well you know when you start a new project? you get a class called form1?

See comments for the answer to: Well you know when you start a new project? you get a class called form1?

How are you supposed to deal with something like `typedef void * hndl` and functions that return ‘hndl’s when using dllimport to make them available to c#?

See comments for the answer to: How are you supposed to deal with something like `typedef void * hndl` and functions that return ‘hndl’s when using dllimport to make them available to c#?

Anyone know how i can make a string into a pointer to an char-array?

See comments for the answer to: Anyone know how i can make a string into a pointer to an char-array?

Okay quick question, i’m new to c#, is it better to define your classes within the form class or seperate?

See comments for the answer to: Okay quick question, i’m new to c#, is it better to define your classes within the form class or seperate?