adspace


Can I write my own .net host?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141