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 OBJECT POOLING
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is query string with example?
What is strong name and which tool is used for this?
i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..
What?s a bubbled event?
Why web api is better than wcf?
What are the events that happen when a client requests an asp.net page from iis server?
how to include timer or counting time to display next page in asp.net
How do you insert multiple rows from a grid view to database table under a single transaction?
Explain the differences between clr & cts?
A web service can only be written in .net? State whether true or false.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)