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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
we are working in .net namespaces like using 
system.io,system.text. these namespace before we 
use "using " keyword what means of using?
 Question Submitted By :: Surya
I also faced this Question!!     Rank Answer Posted By  
 
  Re: we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
Answer
# 1
the using statement specifies a namespace that the compiler 
should look at to find any classes that are refrenced in 
our code but which aren't defined in the current 
namespaces.
 
Is This Answer Correct ?    0 Yes 0 No
Avinash Bodkhe
 
  Re: we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
Answer
# 2
With the help of the keyword using, it is possible to 
create an alias name for a namespace or type. For example  
using con = System.Console; // Create an alias
class MyClient
{
public static void Main()
{
con.WriteLine("Hey rajesh! how you");
}
}
 
Is This Answer Correct ?    0 Yes 0 No
Smriti
 
 
 
  Re: we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
Answer
# 3
using keyword is used to intimate the compiler to load
supported name spaces for our program.
 
Is This Answer Correct ?    0 Yes 0 No
Prabakar
 
  Re: we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
Answer
# 4
"Using" is a keywords that spasify to compiler adll is 
used in program
 
Is This Answer Correct ?    0 Yes 0 No
Kamlesh
 
  Re: we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
Answer
# 5
using keyword is used to intimate the compiler to load
supported name spaces for our program.
 
Is This Answer Correct ?    0 Yes 0 No
Chandra Prakash
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How do you relate an aspx page with its code behind Page? Accenture1
what is manifest? Microsoft2
how can we maintain security in soted procedure?  1
In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?  1
How cross page posting is done in Asp.net 2.0?  3
What is the Global.asax used for?  6
Contrast the use of an abstract base class against an interface?  4
In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events? Syntax-Softtech3
Which template must you provide, in order to display data in a Repeater control?  1
Which is the namespace used to write error message in event Log File?  1
hi im shailendra singh my question is how we deploye the data base HCL1
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?  1
Describe the difference between inline and code behind.  2
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem. CTS6
In a webpage if i want to give access to only half page ,then what should i do?  3
How can you get public key information? Microsoft1
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together. ADITI1
main difference between asp.net2.0,asp.net1.1,asp.net1.0 Microsoft13
what is diffrence between debug class and trace class in asp.net ?  2
Where does the Web page belong in the .NET Framework class hierarchy?  1
 
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