What's an interface
Answer / kirti
It's an abstract class with public abstract methods all of which must be implemented in the inherited classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what languages does the .net framework support?
Why is entity framework used?
mention what is csdl, ssdl and msl sections in an edmx file?
Explain dependency resolution?
what are background threads? give ex?
Do I need microsoft .net framework?
What is side by side Execution ?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
Integer & struct are value types or reference types in .NET?
What is .net framwork?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?