Can you configure a .NET Remoting object via XML file?
Answer / guest
Yes, via machine.config and application level .config file
(or web.config in ASP.NET). Application-level XML settings
take precedence over machine.config
Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are possible implementations of distributed applications in .net?
What is difference between .net core and .net standard?
Explain what does managed mean in the .net context?
What is Assembly?
What is delegation in .net?
Explain weg config settings for exception managment in asp.net?
What is finalize method in .net?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
what is the default value of CHAR type?in C# using asp.net?
Explain what is an anonymous method and how is it different from a lambda expression?
What should you do to store an object in a viewstate?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?