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   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 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
How can i include both C# and vb.net classes in same 
solution?
 Question Submitted By :: Priyarenjithgangan
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How can i include both C# and vb.net classes in same solution?
Answer
# 1
Its not possible to include both c# and vb.Net codes in 
same solution. The reason is that the parser in .net only 
knows one language at a time. 

but its possible to refer a ddl assembly in c# which is 
created by using vb.net
 
Is This Answer Correct ?    2 Yes 0 No
Romo
 
  Re: How can i include both C# and vb.net classes in same solution?
Answer
# 2
Step 1:
It is possible,In app-Code folder create sub folders
named VB,CS(as you like) and clreate .vb class files in the 
folder named VB and .cs class files in the CS folder. 
Step 2:
Go to web.config file and mention the following
<compilation debug="false">
    <codeSubDirectories>
        <add directoryName="VB" />
        <add directoryName="CS" />
    </codeSubDirectories>
</compilation>
 
Is This Answer Correct ?    2 Yes 2 No
Roopesh M.k
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept? Take-United2
How do you enable tracing? a) Set the Trace property of the Web Form to True b) Set the Trace property of the server object to True c) Set the Session variables Trace to True d) Set the Applications Variable Trace to True. Syntax-Softtech2
Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control? Ignis-Technologies1
Types of caching ? Digital-GlobalSoft1
What is the difference between a session object and cache object CitiGroup2
What is the difference between Proxy and Contract?  1
Why is it important to maintain session state?  1
What is the base class of .NET?  5
How Web Services help Us? What r the difference between Remoting and webservices Protech4
What is early binding and Late binding. Difference which is better ? DELL2
When is the ViewState available during the page processing cycle ?  3
How many Controls present in Asp dot net? TCS5
Explain what a diffgram is, and a good use for one?  1
Can any one explain with the example how to capture the application error in Aplication_Error() method? Infosys1
please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit Netsweeper1
What is JIT, what are types of JITS and their purpose ? Infosys3
What is operator overloading in dotnet  1
How many types of validation controls are provided by ASP.NET?  4
Difference between server.Execute and response.redirect ? Keane-India-Ltd3
relacement of websevices in .net 3.0? Mind-Tree1
 
For more ASP.NET 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