What is the use of UML in .Net
How can you turn-on and turn-off cas?
What are the benefits of Model-View-Controller Architecture?
Explain about .net assemblies?
Explain the main components in .net?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Who is using .net core?
What's a windows process in .net?
What is boxing and un-boxing in .net?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
What is an anonymous method?
What relationship is between a process, application domain, and application?
How boxing and unboxing occures in memory?