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
What is the postback property in asp.net?
What is the difference between page-level caching and fragment caching?
What is the asp.net control toolkit?
How is my content secured from unauthorized access?
What is enableviewstatemac in asp net?
Where do the cookie state and session state information be stored?
What role “#&&” plays in a querysting?
Which validator control you use if you need to make sure the values in two different controls matched?
What is ispostback method in asp.net? Why do we use that?
Is it possible to change the index of primary key on table?
What are the navigation ways between pages available in ASP.NET?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
List some of the important session state modes of asp.net.