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
What is the request flow used for asp.net mvc framework? : asp.net mvc
Is global asax mandatory?
Differentiate between namespace and assembly.
How can you handle exceptions in asp.net?
what is loosely coupled solution? How it can be used?
What is x xss protection?
What are validator? Name the validation controls in asp.net?
What is the appSettings Section in the web.config file?
What is event bubbling?
Where is the session stored?
Explain the overview of asp.net?
In order to get assembly info which namespace we should import?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Which protocol is used to call a web service?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?