What is a manifest in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
can we use private assembly in other project in dot net.
Give An example of a ctype and directcast.
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What are the providers available with VS.NET ?
create a keypair?
What is the difference between boxing and unboxing?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is an exe and a dll?
What do the terms “boxing” and “unboxing” mean?
What are the different types of memory in .net?
Explain .NET architecture?