what is the differance between native code & managed code?
Answer Posted / chaitali
Native code is CPU dependent
Managed Code is when the code is inside the CLR .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How does session state work in asp.net?
What New Features comes with ASP.NET Web API 2.0?
What is difference between view and partial view?
What is server infrastructure & server components?
What are the features of asp net?
How does a content page differ from a master page?
Explain the purpose of storyboard.targetproperty.
How is mvc different from asp.net? : Asp.Net MVC
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is Dynamic Web and discuss its usage with the help of real life examples?
Define static member?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????