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 need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


What are the Types of assemblies that can be created in dotnet

0 Answers  


What is the difference between icomparer and icomparable in c#?

0 Answers  


What are the extension methods in c#?

0 Answers  


What is parameter c#?

0 Answers  


What is window application in c#?

0 Answers  


What are c# types?

0 Answers  


how can i get this 123456789 1234 6789 123 789 12 89 1 9

1 Answers   Excel,


Can I get the name of a type at runtime?

0 Answers  


What is inner class in c#?

0 Answers  


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

2 Answers  


Explain how is the dll hell problem solved in .net?

0 Answers  


Categories