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
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 ?    4 Yes 1 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 3 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 3 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 ?    4 Yes 0 No
Chandra Prakash
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation . TCS6
What is the difference between Postback and Ispostback Property? HCL2
please can any describe 'Master Page' in ASP.Net 2.0  3
what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control? iSoft6
What does this do? sn -t foo.dll  2
What is the purpose of each of the validation controls provided by ASP.NET?  1
What is .Net3.0 and .Net3.5? Describe something about that Features..  1
Difference between .NET components and COM components? Microsoft1
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?  1
What Name space does the web page belon in the .net framework class hierarchy? Wipro1
My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file? Techno-Solutions1
How many types of session in asp.net2.0 HCL17
I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh  5
How to change the form layout in ASp.net 2.0 ? Netsweeper1
what is webpart? what r the parts in this webpart (zone)  1
What is the syntax for datagrid and specifying columns ? Microsoft1
How to Deploy a project?  2
If Asp Dot Application is stateless what happened? during designing TCS3
Types of session management in ASP.NET ? Microsoft2
what is the difference between this.controls and page.form1.controls and me.controls? FactorH2
 
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