Explain me what is encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What's the use of system.diagnostics.process class in .net?
What is .net technology?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Differences between dll and exe?
How will you do redo and undo in textbox control?
what is prototype design pattern in .net
how we can capture the value in textbox when selectedvluechanged event of gridview is fired
Explain something about WebService?
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; }
Explain the difference between static page and dynamic page?
What is delegation in .net?
How boxing and unboxing occures in memory?