Where is the Version Information Stored on a assembly ?
Write the Namespace to load assemblies at runtime
Can you allow a class to be inherited but prevent the
method from being overridden ?
What happens in memory when you box and unbox a value type ?
Write a progtam to convert decimal to byte without using
library function.
Answers were Sorted based on User's Feedback
Answer / nitish singh
Version information is stored in assembly in manifest
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / manasi
Version information is stored in assembly in manifest..
Namespace to load assemblies at run time is System...
in boxing & unboxing... boxing=value type convert into
refrence type for boxing no explicit conversion is required
unboxing=unboxing is opposte of boxing refrence type convert
into value type for unboxing explicte conversion is required..
Is This Answer Correct ? | 3 Yes | 1 No |
what do you mean by .Net Framework
17 Answers Assurgent, College School Exams Tests, Guru Tech, Krishna Infotech, Ksb, Microsoft,
what is the advantage of option strict on?
What is the size of .net object?
Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.
Explain what observations between vb.net and vc#.net?
Explain and brief about rapid application development tool?
What is MSIL.
Which class allows an element to be accessed using unique key?
What is visual basic.net culture?
Which dll is used for microsoft .net run time?
Tell us how many languages are supported by .net?
What is the difference between convert.tostring and .tostring() method?