What is marker interface?
Answer / lagnajeet sahu
The marker interface is an interface that is empty. It does
not implement any properties nor methods. It is used to mark
the capability of a class as implementing a specific
interface at run-time. In languages that do not provide
support for associating metadata to a class, this approach
can be useful.
| Is This Answer Correct ? | 6 Yes | 0 No |
Are c# references the same as c++ references?
What is the difference between ref and out parameters in c#?
Is c# still popular?
Why do we need indexers in c#?
What is private readonly in c#?
What is sealed class in c#?
What are the steps to create an assembly and add it to the gac?
interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?
Why should I use interface in c#?
Are c# generics the same as c++ templates?
About a class access specifiers and method access specifiers ?
When was .net linq added?
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)