ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  C Sharp
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
Code to run exe like mspaint,autocad etc in asp.net.
 Question Submitted By :: Ragsngh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Code to run exe like mspaint,autocad etc in asp.net.
Answer
# 1
This code snippet executes mspaint exe. Try it 
out.            

            Process p = new Process(); 
            p.StartInfo.FileName = "mspaint";
            p.Start();
 
Is This Answer Correct ?    11 Yes 2 No
Rekha
 

 
 
 
Other C Sharp Interview Questions
 
  Question Asked @ Answers
 
What is a delegate?  4
what are the files we need to deploay a project in the system?  1
Can two catch blocks be executed?  12
About delegates and events? ADITI2
Can u create multiple threads of execution ? IBM1
How?s method overriding different from overloading?  3
Will finally block get executed if the exception had not occurred?  1
What?s an interface class?  4
SqlCommand cmd = new SqlCommand(); using (cmd) {...} Referring to the above, what method is implicitly called at the end of the "using" statement? IBM1
what is the difference between c-sharp and vb.net?What kind of security or advances we find in both languages? DataPoint1
What are iterators? TCS4
What namespaces are necessary to create a localized application?  1
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }  1
How we free the memory in C#.NET. Synechron2
What is a resource? Provide an example from your recent project. Wipro1
what is reference parameter? what is out parameters? what is difference these two? Bally-Technologies9
Did a generic class can be inherited by a normal class? TCS1
What are the types of threading models ? Digital-GlobalSoft1
what r arraylist? what the use of Hashtables?  4
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
 
For more C Sharp Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com