votes
why we override ToString()
Hi, I have seen in couple of places the code where ToString() method has been overriden. Like : class Employee : IComparable<Employee> { public int Salary { get; set; } public string Name { get; set; } public i ...
blah blah blah is here! blah blah » Close
Hi, I have seen in couple of places the code where ToString() method has been overriden. Like : class Employee : IComparable<Employee> { public int Salary { get; set; } public string Name { get; set; } public i ...
Hey, I wrote a GetControlByName function and i'm trying to use it but it says the c variable has no Name Property. I don't know why. it's weird. by what i saw on other places on the net it should work. here is the function: Control GetC ...
Hi mates, How to use a string , to be a variable name, for example suppose X="WELL" then I want to have an array with this name -> double [] WELL = new double[10]; more specifically I want to create a set of arraies, in ...
Hellow I couldn't find a search function so I do not know if my question's allready answered I can step trough a nummerated enum like: [code] public enum myEnum { STATUS_A = 2, STATUS_B = ...
i have a simple socket server program that i need to get the client's machine name that just connected. i know i could get it off the client, and then pass it to the server, but is there a way to have the socket get the name of the machine ...
Got feedack? Found a bug? report it here.