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 is a property designated as read-only?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How is a property designated as read-only?
Answer
# 1
By ommitting set part of property  e.g
class A
{
      private int n=5;

		public int Number
		{
			get
			{
			return n;
			}

  
		}

	}
 
Is This Answer Correct ?    0 Yes 2 No
Sushain Sharma
 
  Re: How is a property designated as read-only?
Answer
# 2
if the property has only get accessor that property is 
called read only property.
 
Is This Answer Correct ?    3 Yes 0 No
Ram
[Z Tech]
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
with which controls you worked in Asp.net 2.0? HP2
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this? Microsoft2
Describe the difference between inline and code behind - which is best in a loosely coupled solution Tightly coupled - INLINE  1
How to kill more than one session variables at a time iSoft6
can u create two Primary key for a table? --Sivaa BirlaSoft8
Types of values mode can hold session state in web.config ? Accenture1
How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits? CoreObjects2
How many classes can a single .NET DLL contain?  2
What are Sticky Sessions? Infosys2
what is asp.net  10
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist. Netsweeper4
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?  2
what are the attributes of sitemapnode? Satyam3
Can we Run the Application without Build Emphasis2
Have u used webcontrols?Tell me something about these? Microsoft1
What is an iHTTPModule, and explain its implementation with its limitations?  1
what are the types of ASP objects ? Satyam4
What does WSDL stand for?  7
What Name space does the web page belon in the .net framework class hierarchy? Wipro1
About SOAP ? Cognizent2
 
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