Download
100% FREE
Office Document APIs for .NET
Online: 2464
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is the difference between un-safe code & un-managed code. ?
Posted by
deccansoft
on 7/29/2010 | Category:
C# Interview questions
| Views: 3485
Un-managed code runs outside the CLR control while the Un-safe
code runs inside the CLR control. Both of these may use pointers &
direct memory access.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Name the assembly that is required to build any so ...
Next question > :
What is difference between Compilation and Runtime ...
Comments or Responses
Login to post response
More Interview Questions
What is difference between Compilation and Runtime.
Is .NET platform independent?