Answer Posted / merinkmathew
public interface Iproduct
{
string ID
{
get;
set;
}
double Price { get; set; } double
CalculatePrice();
}
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Web API uses which library for JSON serialization?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is difference Between Authentication and authorization?
Explain some of the major built-in objects in asp.net
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What are the new features implemented in ASP.NET?
Where would you use an ihttpmodule, and what are the limitations of any?
Describe paging in asp.net?
What is server side in asp.net?
What are the page life cycle events?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Explain how dot net compiled code will become platform independent?
COM+ Used ________________ Isolation Level
What is difference between viewstate and session state in javascript?
What is a Cookie? Where is it used in ASP.NET?