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 is the difference between datagrid and gridview?
how can we assigns items on listbox so that it will show rowwise please write the code for it.
Explain about garbage collection?
i have attended interview for cognizant ( 3 +,on .net ) on 19-06-2010 till now i have not given the status ..am confused... does any one faced same situation ...could please tell what would be happened
What are the differences between c# and visual basic.net?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
What is the size of .net object?
Why do we use byref keyword in vb.net?
What is friend and protected-friend access specifier in vb.net?
Can you please explain the difference between namespace and assembly?
What is the Common Language Runtime?