As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is a serviced component?
Differences between namespace, class, assembly?
Tell us what is a variable of implicit type and what is its scope?
Do you know what is lambda expressions in c#?
what is prototype design pattern in .net
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is SOAP? How you will do windows and forms authentication?
Explain cas (code access security)?
Explain why do we use the “using” statement?
What does stateless mean?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
Explain what is an anonymous method and how is it different from a lambda expression?
How can you assign an rgb color to a system.drawing.color object?