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 internal keyword in .net framework?
diff b/w windows and console application?
Explain the difference between import system.data.sqlclient and system.data.oledb?
Explain the difference between an xml "fragment" and an xml "document."
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
I'm unable to open a .hlp file using vb.net application.
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.
hey friends, Firstly I pick the records from the database into the DataGridView, Then I want that If I made any changes to the records in the GridView & Click on Update Button, Changes are Reflected into the main Database .Plz do reply back
The default back end of the VB is
Explain the differences between vb.net and c#, related to oops concepts?
how to connect crystal report with vb.net ?
Did vb6 support multi-threading ?