How would you implement inheritance using VB.NET/C#?
Answer Posted / rajender chauhan
C# : Class A:B
VB.Net Class A Inherits B
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain asp.net web forms.
Explain the use of resource manager class in .net.
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is data caching?
Is post back in asp.net?
If you want to write your own dot net language, what steps you will you take care?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is mta?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Explain the difference between asp.net mvc and asp.net webforms
What is application session?
Define managed code and managed data in .net?
What are the layouts of ASP.NET Pages?
What is postback in asp net?
Is oauth for authentication or authorization?