Answer Posted / manish singh
Managed code: A code that is managed by CLR is know as
Manged code for example C#,j#,Vb.Net etc
Unmanged code: A code that is not managed by CLR is known
as Unmanaged by unmanaged code. for example c++, java, c etc
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you design a website with multilingual support in ASP.NET ?
Where the assembly is stored in asp.net?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is the difference between web.config and machine.config in ASP.NET?
How to bind all the binding controls in a page at once in ASP.NET?
What events will occur when a page is loaded?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is difference between View State and Hidden Field in ASP.NET?
Explain About duration in caching technique
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Explain the use of fragment caching.
What is difference between Lambda Expression and LINQ in ASP.NET?
How you can manage the state of application at the server side in ASP.NET?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?