|
Yes
|
Category:
C#
|
Date:
10/14/2010 3:14:14 AM
|
|
|
|
SmtpClient smtp = new SmtpClient(); smtp.Host = “10.0.0.1”;
MailMessage mail = new MailMessage(); ma....
|
Category:
C#
|
Date:
10/14/2010 2:50:31 AM
|
|
|
|
args parameter of the main contains all command line parameters. You can also use Environment.GetCom....
|
Category:
C#
|
Date:
10/14/2010 2:19:32 AM
|
|
|
|
GC.Collect();
|
Category:
C#
|
Date:
10/14/2010 2:14:47 AM
|
|
|
|
Using partial keyword
|
Category:
C#
|
Date:
10/14/2010 2:04:46 AM
|
|
|