Click here to Skip to main content
15,922,166 members
Home / Discussions / C#
   

C#

 
QuestionPass DataSet from Project1 to Project2 Pin
Illegal Operation12-Nov-08 16:36
Illegal Operation12-Nov-08 16:36 
AnswerRe: Pass DataSet from Project1 to Project2 Pin
N a v a n e e t h12-Nov-08 16:42
N a v a n e e t h12-Nov-08 16:42 
AnswerRe: Pass DataSet from Project1 to Project2 Pin
Vimalsoft(Pty) Ltd12-Nov-08 23:01
professionalVimalsoft(Pty) Ltd12-Nov-08 23:01 
GeneralRe: Pass DataSet from Project1 to Project2 Pin
Illegal Operation13-Nov-08 12:21
Illegal Operation13-Nov-08 12:21 
GeneralRe: Pass DataSet from Project1 to Project2 Pin
Vimalsoft(Pty) Ltd13-Nov-08 19:33
professionalVimalsoft(Pty) Ltd13-Nov-08 19:33 
QuestionLimitation of scroll of row header and column header Pin
kakel200812-Nov-08 15:08
kakel200812-Nov-08 15:08 
Questionhow to make exception serializable Pin
George_George12-Nov-08 14:22
George_George12-Nov-08 14:22 
AnswerRe: how to make exception serializable Pin
N a v a n e e t h12-Nov-08 17:03
N a v a n e e t h12-Nov-08 17:03 
GeneralRe: how to make exception serializable Pin
George_George12-Nov-08 17:52
George_George12-Nov-08 17:52 
GeneralRe: how to make exception serializable Pin
N a v a n e e t h12-Nov-08 19:38
N a v a n e e t h12-Nov-08 19:38 
GeneralRe: how to make exception serializable Pin
George_George12-Nov-08 21:25
George_George12-Nov-08 21:25 
GeneralRe: how to make exception serializable Pin
N a v a n e e t h13-Nov-08 15:09
N a v a n e e t h13-Nov-08 15:09 
GeneralRe: how to make exception serializable Pin
George_George16-Nov-08 2:15
George_George16-Nov-08 2:15 
QuestionC# HttpWebRequest + Cookie ¿Sessions? Pin
fasfasdf12-Nov-08 14:14
fasfasdf12-Nov-08 14:14 
Questionobject? Pin
dec8212-Nov-08 14:02
dec8212-Nov-08 14:02 
AnswerRe: object? Pin
Guffa12-Nov-08 14:37
Guffa12-Nov-08 14:37 
GeneralRe: object? Pin
dec8212-Nov-08 15:03
dec8212-Nov-08 15:03 
GeneralRe: object? Pin
Mbah Dhaim12-Nov-08 15:43
Mbah Dhaim12-Nov-08 15:43 
first you must understand some types of method
1. a method that doesn't have any returns and parameters, in C# i.e : void methodname()
2. a method that pass parameters by value, this method doesn't change the parameters value after execute i.e : void methodname(object par1[, ...object parN])
3. a method that pass parameters by reference. This method will change the parameters value after execute i.e : void methodname(ref object par1[, ...ref object parN])
4. a method that return a value with or without parameters (either pass by value or by reference) object methodename([object par[, ref object var]]

in some programming language these method are divided into two that is procedure and function. A Procedure (Sub in VB) is a method that doesn't have a return value. A Function is a method that returned a value.

hunghero wrote:
when should we use a function or an object?


when you needed Smile | :)

hope it helps

dhaim
ing ngarso sung tulodho, ing madyo mangun karso, tut wuri handayani. "Ki Hajar Dewantoro"
in the front line gave a lead, in the middle line build goodwill, in the behind give power support



GeneralRe: object? Pin
Dave Kreskowiak12-Nov-08 15:47
mveDave Kreskowiak12-Nov-08 15:47 
GeneralRe: object? Pin
Paul Conrad12-Nov-08 17:10
professionalPaul Conrad12-Nov-08 17:10 
QuestionCrystal report crashes when report object's printer name is changed Pin
muharrem12-Nov-08 10:51
muharrem12-Nov-08 10:51 
AnswerRe: Crystal report crashes when report object's printer name is changed Pin
Paul Conrad12-Nov-08 11:16
professionalPaul Conrad12-Nov-08 11:16 
QuestionIPC Events in windows service Pin
picazo12-Nov-08 10:37
picazo12-Nov-08 10:37 
QuestionRe: IPC Events in windows service Pin
Mark Salsbery12-Nov-08 11:03
Mark Salsbery12-Nov-08 11:03 
AnswerRe: IPC Events in windows service Pin
picazo12-Nov-08 11:18
picazo12-Nov-08 11:18 

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.