Answer Posted / praveena
Boxing is an implicit conversion of a value type to the
type object
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is a garbage collector?
What is view state in .net?
Explain code access security.
what user controls are and what server controls are and the differences between the two.
What is static constructor, when it will be fired? And what is its use?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is the difference between constants and read-only variables?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
what are connection strings?
Explain me what is the .net framework and how does it work?
What is namespaces in .net?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Explain how do assemblies find each other?
Describe the difference between inline and code behind which is best in a loosely coupled solution?