Who is using .net core?
No Answer is Posted For this Question
Be the First to Post Answer
How different are interface and abstract class in .Net?
What is CLR? How it will work?
Explain Creational design pattern in .NET?
What is common language specification (cls)?
Describe the Managed Execution Process
Explain what does managed mean in the .net context?
Where does the gac exist ?
What is a Strong Name?
What is the purpose of delegates 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 property do you have to set to tell the grid which page to go to when using the Pager object?
Explain me why do we use msmq?