Click here to Skip to main content
15,916,416 members
Home / Discussions / C#
   

C#

 
Generalcreate webpage screenshot Pin
Razvan Dimescu3-Feb-08 7:11
Razvan Dimescu3-Feb-08 7:11 
GeneralRe: create webpage screenshot Pin
Ed.Poore3-Feb-08 12:10
Ed.Poore3-Feb-08 12:10 
GeneralRe: create webpage screenshot Pin
Razvan Dimescu4-Feb-08 2:02
Razvan Dimescu4-Feb-08 2:02 
GeneralUncatchable Error! Pin
usermans3-Feb-08 6:51
usermans3-Feb-08 6:51 
GeneralRe: Uncatchable Error! Pin
DaveyM693-Feb-08 7:46
professionalDaveyM693-Feb-08 7:46 
GeneralRe: Uncatchable Error! Pin
MarkB7773-Feb-08 12:24
MarkB7773-Feb-08 12:24 
AnswerRe: Uncatchable Error! Pin
Matthew Butler3-Feb-08 13:46
Matthew Butler3-Feb-08 13:46 
GeneralString.Empty or "" Pin
Nadia Monalisa3-Feb-08 4:38
Nadia Monalisa3-Feb-08 4:38 
Hi,
I want to compare Empty String but confused, which method is more performant, I have 2 solutions. would you please let me know which solution to choose ? Solution 1 or Solution 2 ?

Solution 1:
--------------
string a = TextBox1.Text;
if(a == String.Empty)
{

}

Solution 2:
---------------
string a = TextBox1.Text;
if(a == "")
{

}
AnswerRe: String.Empty or "" Pin
Guffa3-Feb-08 4:45
Guffa3-Feb-08 4:45 
GeneralRe: String.Empty or "" Pin
Nadia Monalisa3-Feb-08 5:25
Nadia Monalisa3-Feb-08 5:25 
AnswerRe: String.Empty or "" Pin
Guffa3-Feb-08 6:29
Guffa3-Feb-08 6:29 
GeneralRe: String.Empty or "" Pin
Nadia Monalisa3-Feb-08 12:35
Nadia Monalisa3-Feb-08 12:35 
GeneralRe: String.Empty or "" Pin
Guffa3-Feb-08 16:09
Guffa3-Feb-08 16:09 
GeneralRe: String.Empty or "" Pin
PIEBALDconsult4-Feb-08 5:25
mvePIEBALDconsult4-Feb-08 5:25 
GeneralRe: String.Empty or "" Pin
Paul Conrad3-Feb-08 7:17
professionalPaul Conrad3-Feb-08 7:17 
GeneralRe: String.Empty or "" Pin
Nouman Bhatti4-Feb-08 3:34
Nouman Bhatti4-Feb-08 3:34 
GeneralRe: String.Empty or "" Pin
Le centriste4-Feb-08 8:35
Le centriste4-Feb-08 8:35 
Questionhow do i get owning process ID associated with each connection; like "netstat -o" Pin
mimar3-Feb-08 3:13
mimar3-Feb-08 3:13 
Questionhow i have a gridimage for load map with episodic block in c# Pin
f_ft3-Feb-08 2:47
f_ft3-Feb-08 2:47 
GeneralwebBrowser Referrer (Windows Form) Pin
ncjlee3-Feb-08 2:30
ncjlee3-Feb-08 2:30 
QuestionError - 182 -The left-hand side of an assignment must be a variable, property or indexer Pin
Ryno Burger3-Feb-08 1:24
Ryno Burger3-Feb-08 1:24 
GeneralRe: Error - 182 -The left-hand side of an assignment must be a variable, property or indexer Pin
Luc Pattyn3-Feb-08 2:21
sitebuilderLuc Pattyn3-Feb-08 2:21 
GeneralRe: Error - 182 -The left-hand side of an assignment must be a variable, property or indexer Pin
Ryno Burger3-Feb-08 7:46
Ryno Burger3-Feb-08 7:46 
Questionhow can i attach file to mail and send it using c# code ? Pin
E_Gold2-Feb-08 23:59
E_Gold2-Feb-08 23:59 
AnswerRe: how can i attach file to mail and send it using c# code ? Pin
PIEBALDconsult3-Feb-08 4:54
mvePIEBALDconsult3-Feb-08 4:54 

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.