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 |
How many types of sessions are there in asp net?
can u create two Primary key for a table? --Sivaa
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?
What types of data validation events are commonly seen in the client-side form validation?
What is the usage of DelegatingHandler?
How you can add an event handler?
What is rending process in ASP.NET?
0 Answers Sans Pareil IT Services,
How does http session work?
What is a user session?
What is the use of ASP.NET routing?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
can I use session variable in App_code Class page??
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)