Click here to Skip to main content
15,896,278 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridView Control Pin
PIEBALDconsult17-Dec-12 3:32
mvePIEBALDconsult17-Dec-12 3:32 
Questionenum question Pin
Blubbo16-Dec-12 16:13
Blubbo16-Dec-12 16:13 
AnswerRe: enum question Pin
PIEBALDconsult16-Dec-12 17:26
mvePIEBALDconsult16-Dec-12 17:26 
GeneralRe: enum question Pin
Blubbo16-Dec-12 18:27
Blubbo16-Dec-12 18:27 
QuestionMySqlParameter... Add or AddWithValue? Pin
Jassim Rahma16-Dec-12 7:03
Jassim Rahma16-Dec-12 7:03 
AnswerRe: MySqlParameter... Add or AddWithValue? Pin
Mycroft Holmes16-Dec-12 11:54
professionalMycroft Holmes16-Dec-12 11:54 
AnswerRe: MySqlParameter... Add or AddWithValue? Pin
PIEBALDconsult16-Dec-12 12:39
mvePIEBALDconsult16-Dec-12 12:39 
AnswerRe: MySqlParameter... Add or AddWithValue? Pin
GREG_DORIANcod19-Dec-12 4:38
professionalGREG_DORIANcod19-Dec-12 4:38 
QuestionTry catch finally Pin
Claudiu Schiopu16-Dec-12 5:53
Claudiu Schiopu16-Dec-12 5:53 
AnswerRe: Try catch finally Pin
OriginalGriff16-Dec-12 5:59
mveOriginalGriff16-Dec-12 5:59 
GeneralRe: Try catch finally Pin
Claudiu Schiopu16-Dec-12 8:02
Claudiu Schiopu16-Dec-12 8:02 
GeneralRe: Try catch finally Pin
OriginalGriff16-Dec-12 8:37
mveOriginalGriff16-Dec-12 8:37 
GeneralRe: Try catch finally Pin
dybs24-Dec-12 7:43
dybs24-Dec-12 7:43 
This is fine, although the
Claudiu Schiopu wrote:
catch (Exception)
{
throw;
}

doesn't really do much. You can just have the
try
and
finally
blocks, and the code would effectively do the same thing.
The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

QuestionCalling powershell from C# Pin
MyTechnet15-Dec-12 17:42
MyTechnet15-Dec-12 17:42 
AnswerRe: Calling powershell from C# Pin
Richard MacCutchan15-Dec-12 21:08
mveRichard MacCutchan15-Dec-12 21:08 
GeneralRe: Calling powershell from C# Pin
c242317-Dec-12 23:55
c242317-Dec-12 23:55 
GeneralRe: Calling powershell from C# Pin
Richard MacCutchan18-Dec-12 0:35
mveRichard MacCutchan18-Dec-12 0:35 
AnswerRe: Calling powershell from C# Pin
c242317-Dec-12 23:52
c242317-Dec-12 23:52 
Question.net Web application Pin
vr99999999915-Dec-12 0:34
vr99999999915-Dec-12 0:34 
AnswerRe: .net Web application Pin
OriginalGriff15-Dec-12 3:37
mveOriginalGriff15-Dec-12 3:37 
QuestionReceivedBytesThreshold Pin
C-P-User-314-Dec-12 10:19
C-P-User-314-Dec-12 10:19 
AnswerRe: ReceivedBytesThreshold Pin
vr99999999915-Dec-12 0:57
vr99999999915-Dec-12 0:57 
QuestionRegex Pin
loctrice14-Dec-12 8:40
professionalloctrice14-Dec-12 8:40 
AnswerRe: Regex Pin
PIEBALDconsult14-Dec-12 8:46
mvePIEBALDconsult14-Dec-12 8:46 
GeneralRe: Regex Pin
loctrice14-Dec-12 9:10
professionalloctrice14-Dec-12 9:10 

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.