⟩ Can we configure a .NET Remoting object via XML file?
Yes, via machine.config and application level .config file
(or web.config in ASP.NET). Application-level XML settings
take precedence over machine.config.
Yes, via machine.config and application level .config file
(or web.config in ASP.NET). Application-level XML settings
take precedence over machine.config.
Explain ASP.NET?
What is the difference between .Net2000 and .Net2005(features)? Which one is better?
Explain How do assemblies find each other?
What is .net3.0 and .net3.5?
Explain the difference between a private assembly and a shared assembly?
Explain What is the Difference between web application and enterprise application?
Explain What is an Application Domain?
Explain What is reflection in Microsoft .NET Context?
Explain garbage collection?
Explain What does managed mean in the .NET context?