how we declare interface
Answers were Sorted based on User's Feedback
Answer / merinkmathew
public interface Iproduct
{
string ID
{
get;
set;
}
double Price { get; set; } double
CalculatePrice();
}
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / venu
public interface Service
{
int add(int a,int b);
int mul(int c,int d);
}
by default access modifiers in nethods are public
Is This Answer Correct ? | 0 Yes | 0 No |
What is a reflection?
where should write the connection string Show that it will apply whole pages in the website
How does the iis work?
What is the use of placeholder control? Can we see it at runtime?
Explain weak typing and strong typing.
How do I open an ashx file in windows 7?
What does AspCompat="true" mean and when should I use it?
How to disable validator control by client side JavaScript?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
With out Web.config can we executes the application?
Is asp.net mvc still used? : Asp.Net MVC