⟩ What is versioning in .NET?
Different versions of a same component can run in one computer.we can achieve it by registering the assembly in the global assembly cache.
Different versions of a same component can run in one computer.we can achieve it by registering the assembly in the global assembly cache.
How do you directly call a native function exported from a DLL?
ctype(123.34,integer) - should it throw an error? Why or why not?
directcast(123.34,integer) - should it throw an error? Why or why not?
Difference between a sub and a function in C#.
How do I simulate optional parameters to COM calls?
Difference between imperative and interrogative code.
What are the two kinds of properties.
Constructor in C#.
How can you clean up objects holding resources from within the code?
What is the maximum size of the textbox?