What are runtime hosts?

Answer Posted / abhinay kumar

Every language has runtime host/environment.
such as java has jvm. similarly .net has CLR.
which covert the s.c to il/msil/cil and after it jit
comvert the msil code to machine code

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between user control an custom control?

613


What is the differences between a primary key and a unique key in sql server?

534


What are the advantages of Web API?

634


What is virtual directory in asp.net?

511


What are tuples?

537






What are the benefits of view state?

548


Explain the code Access Security (CAS) in .net Framework?

671


How to implement form based authentication in asp.net application?

567


How do you handle server controls?

655


Is there any limit for query string? Means what is the maximum size?

485


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2364


Explain the use of view state?

558


How can you implement the postback property of an asp.net control?

527


How do cookies work?

590


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

1899