How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
No Answer is Posted For this Question
Be the First to Post Answer
What?s a proxy of the server object in .NET Remoting?
What are the improvements made in cas in .net 4.0?
What is singlecall activation mode used for in .net?
Please explain what is the difference between constants and read-only variables?
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 the concept of inheritance and how it works in .net?
How will you do redo and undo in textbox control?
explain the states of a window service application?
Explain acid properties?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is CCW (COM Callable Wrapper)
what is yield keyword in .Net?