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
How will create assesblies at run time?
Write some code using interfaces, virtual methods, and an abstract class`
Which object wraps the state or data of a user?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Define caching.
What is comparevalidator?
What is a viewbag?
What methods are fired during the page load? Init()
What is redirecting behavior?
What is server side routing?
What are web beacons used for?
What is a query string in a url?
What is custom attribute?
How to use ipostback?
How to find out what version of asp.net I am using on my machine?