Answer Posted / jitender
Suppose we have a property BarColor
the to make it read only use
private string color;
public string BarColor
{
get
{
return(color);
}
} // No need to set it
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between globalization and localization?
What is asp net objects?
How do you remove duplicates without using remove duplicate stage?
What is the importance of Global.asax in ASP.NET?
Explain the difference between the web config and machine config.
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Explain the boxing and unboxing concept in .net?
What kind of data can be stored in viewstate?
Why asp.net is better than php?
What threading model used in asp and asp.net?
What is odata in web api?
Do session use cookies in asp net?
3. What goals do you have in your career?
How to handle errors in Web API?
How do I use a proxy server when invoking a web service?