What is managed code and managed data in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What is managed code and managed data in .net?
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 are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
How to get the number after decimal point in .net?
Explain the different parts of an assembly?
Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?
How to produce an assembly?
How to view a .NET assembly?
Why did they call it .net?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Explain about .net assemblies?
Will it go to finally block if there is no exception happened?