Is there an equivalent of exit() for quitting a c# .net application?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is the difference between structure and class in c#?

0 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

1 Answers  


What is the difference between internal and protected in c#?

0 Answers  


what is a callback function?

4 Answers  


Why do we use readonly in c#?

0 Answers  






what are value types and reference types? where they are stored?

5 Answers   Kanbay,


Can a struct inherit from an interface in c#?

0 Answers  


What is shared inheritance

3 Answers   IGT,


What is helper method in c#?

0 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ? EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER????? PLEASE REPLY...

2 Answers  


What does typeof return c#?

0 Answers  


Did a generic class can be inherited by a normal class?

1 Answers   TCS,


Categories