what is the differance between native code & managed code?
Answer Posted / chinna
The code, which targets clr is called as managed code.
managed code that does not have any providers .it is very
fast than unmanaged code.
If you want to prevent your program from being cracked by
hackers, you can use native code. You can cipher/decipher
this code, or it may be self-modifying code for more
safety.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can we use Web API with ASP.NET Web Form?
Explain ViewState?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
what are the web form events available in asp.net?
What is the use of express session?
Explain why datareader is useful?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is the difference between session and application?
Why we use asp.net for website development?
What are the different types of sessions in asp.net? Name them?
What is the advantage of using Windows authentication in a Web application?
Explain what is clr?
Is there any alternative to avoid name collisions other then Namespaces?
What are the authentication types in asp.net?
Describe state management in asp.net?