Explain the Scope of
public/private/friend/protected/protected friend.
Public is accessible to all classes and projects.
Private is accessible only in the block that is declared.
Friend is accessible only to all classes in the current
project only.
Protected is accessible to only the class the is declared
and the class that is derived from that class.
Protected Friend is accessible to all the classes in the
current project and all classes derived from those classes.
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain what is reflection in microsoft .net context?
How to get the hostname or IP address of the server?
What is concurrency? How will you avoid concurrency when dealing with dataset?
can we use private assembly in other project in dot net.
Explain the difference between static page and dynamic page?
Difference between user groups and code groups
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is .net and .net framework?
Explain different types of html, web and server controls.
Explain constructor.
How to load the contents of an xml file into an xmldocument object?
What is cyclomatic complexity and why is it important?