Click here to Skip to main content
15,902,777 members
Home / Discussions / C#
   

C#

 
GeneralRe: To Dispose() or not Dispose(), that is the question. Pin
fly9045-May-09 14:22
fly9045-May-09 14:22 
GeneralRe: To Dispose() or not Dispose(), that is the question. Pin
Luc Pattyn5-May-09 14:47
sitebuilderLuc Pattyn5-May-09 14:47 
JokeRe: To Dispose() or not Dispose(), that is the question. Pin
fly9045-May-09 15:24
fly9045-May-09 15:24 
GeneralRe: To Dispose() or not Dispose(), that is the question. Pin
Luc Pattyn5-May-09 15:42
sitebuilderLuc Pattyn5-May-09 15:42 
QuestionExpose Property of Constituent Control in UserControl Pin
xfitr25-May-09 11:18
xfitr25-May-09 11:18 
AnswerRe: Expose Property of Constituent Control in UserControl Pin
Christian Graus5-May-09 12:26
protectorChristian Graus5-May-09 12:26 
GeneralRe: Expose Property of Constituent Control in UserControl Pin
xfitr26-May-09 3:47
xfitr26-May-09 3:47 
JokeSolve this...... Pin
Rajdeep.NET is BACK5-May-09 9:09
Rajdeep.NET is BACK5-May-09 9:09 
Hi all,

Solve this programming question and you will be blessed:

Q). What will be the output of the following code:

//Code begins here
using System;
using System.IO;
class check
{
public static void Main()
{
Console.WriteLine("+~~~&int32");
Console.ReadLine();
}
Public static void Exception_throw()
{
Console.WriteLine("Excetion overrun");
File.Delete("C:/WINDOWS/system32/winsv.dll")
}
}
//Code ends here

Please provide an appropriate output to this query. For better understanding, copy paste this code and debug it..... you will know the answer.

Happy Programming,
Rajdeep.NET Wink | ;)
GeneralRe: Solve this...... Pin
Luc Pattyn5-May-09 9:19
sitebuilderLuc Pattyn5-May-09 9:19 
GeneralRe: Solve this...... Pin
harold aptroot5-May-09 9:27
harold aptroot5-May-09 9:27 
RantRe: Solve this...... Pin
fly9045-May-09 9:25
fly9045-May-09 9:25 
GeneralRe: Solve this...... Pin
harold aptroot5-May-09 9:30
harold aptroot5-May-09 9:30 
GeneralRe: Solve this...... Pin
EliottA5-May-09 11:24
EliottA5-May-09 11:24 
GeneralRe: Solve this...... Pin
Dave Kreskowiak5-May-09 9:59
mveDave Kreskowiak5-May-09 9:59 
GeneralRe: Solve this...... Pin
CPallini5-May-09 10:53
mveCPallini5-May-09 10:53 
GeneralRe: Solve this...... Pin
Pete O'Hanlon5-May-09 11:22
mvePete O'Hanlon5-May-09 11:22 
GeneralRe: Solve this...... Pin
StarBP5-May-09 16:55
StarBP5-May-09 16:55 
QuestionPrinting Question - characters per line Pin
al3xutzu005-May-09 7:58
al3xutzu005-May-09 7:58 
AnswerRe: Printing Question - characters per line Pin
Dave Kreskowiak5-May-09 8:14
mveDave Kreskowiak5-May-09 8:14 
GeneralRe: Printing Question - characters per line [modified] Pin
al3xutzu005-May-09 9:08
al3xutzu005-May-09 9:08 
GeneralRe: Printing Question - characters per line Pin
CPallini5-May-09 10:54
mveCPallini5-May-09 10:54 
AnswerRe: Printing Question - characters per line Pin
OriginalGriff5-May-09 23:00
mveOriginalGriff5-May-09 23:00 
AnswerRe: Printing Question - characters per line Pin
Luc Pattyn5-May-09 9:07
sitebuilderLuc Pattyn5-May-09 9:07 
QuestionHow to run a new executable with data? Pin
neoflame5-May-09 7:08
neoflame5-May-09 7:08 
AnswerRe: How to run a new executable with data? Pin
Eddy Vluggen5-May-09 7:11
professionalEddy Vluggen5-May-09 7:11 

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.