What is console application with example?



What is console application with example?..

Answer / Sachin Gupta

A Console Application in C# can be created using Visual Studio or .NET Core CLI. An example of a simple Console Application might be a program that outputs 'Hello, World!' to the console.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between malloc () and new?

1 Answers  


When you inherit a protected class-level variable, who is it available to?

4 Answers   Visual Soft,


When do you generally use a class over a struct?

1 Answers  


What is javascriptserializer c#?

1 Answers  


Is there an equivalent to the instanceof operator in visual j++?

1 Answers  


How do you clear a list in c#?

1 Answers  


What is the name of the implicit input parameter of a set accessor for any property?

1 Answers   TCS,


Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar

1 Answers  


What are the various components in crystal reports?

1 Answers  


Why is main static in c#?

1 Answers  


what are the advantages of c# over vb.net?

10 Answers   Choice Solutions, HCL, Practical Viva Questions,


If all code is written in a try block and write a catch block with Exception type Exception .In that scenario will all the exceptions catched by that catch block? or any exceptions which will not be caught?

3 Answers   Honeywell,


Categories