Can I write my own .net host?



Can I write my own .net host?..

Answer / Satvindar Kumar

Yes, you can create a custom .NET host by writing a custom AppDomain or ExecutionContext. This allows you to control the environment in which your code runs, such as defining the base types and services available.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?

1 Answers  


How can you assign an rgb color to a system.drawing.color object?

1 Answers  


Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.

4 Answers   247Customer,


What are .net functions?

1 Answers  


What is the use of immutability?

1 Answers  


What is the best way to crack the certification?

1 Answers  


What is difference between static page and dynamic page?

1 Answers  


Which namespace is require to used XML in .NET?

1 Answers   Sans Pareil IT Services,


What is view state in .net?

1 Answers  


Which ports are used by viruses? UDP/TCP?

1 Answers  


What is garbage collection in .net? Explain the garbage collection process?

1 Answers  


Explain what is the difference between a class and an object, and how do these terms relate to each other?

1 Answers  


Categories