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 the significance of routing? : asp.net mvc
How do cookies work? Give an example of their abuse.
When we use cookie less session? Explain its working?
What is state management technique?
What is a postback in asp net?
What is the Intermittent crashing of application in production?
What are the different types of validation controls provided in ASP.NET?
Distinguish between Server-side and Client-side code with its functionality?
What is owin authentication?
Describe the application event handlers in ASP.NET?
What is viewstate in asp net with example?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is server infrastructure?
What is difference between Lambda Expression and LINQ in ASP.NET?
Differentiate strong typing and weak typing