TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Unmanaged Code
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohammad Elsheimy (2)
Ajay Yadav (1)
Filip Bulovic (1)
C# Curator (1)
Mike Gold (1)
Vineet Kumar Saini (1)
Mahesh Chand (1)
jimteeuwen (1)
Related resources for Unmanaged Code
No resource found
Executing Assembly Code in C#
6/3/2024 10:10:02 AM.
Learn how to integrate hardcore assembly code into managed .NET code using a VC++ DLL as an intermediary, enabling faster execution and better control over hardware. This article illustrates invoking
Calling Managed Code From Unmanaged Code
2/14/2019 8:29:46 AM.
One significant task for developers (including myself) is doing some kind of automation of Microsoft Office. So, I will concentrate on the opposing side of the problem - how to use managed assembly fr
Managed code and unmanaged code in .NET
10/24/2018 1:28:03 AM.
In this article I will try to explain you managed code and unmanaged code in .NET with help of diagram and its execution process.
Moving C Structures into .NET with Custom Marshaling
10/13/2012 2:02:06 AM.
Microsoft provides several attributes for marshaling C to C#. In our example we will take the case where we have hundreds of structures and only a few API calls, so we only need to generate the marshaled code for the structures.
.NET Interoperability at a Glance 3 - Unmanaged Code Interoperation
6/12/2012 1:04:42 AM.
This is the last article in this series, it talks about unmanaged code interoperation; that’s, interop between .NET code and other code from other technologies (like Windows API, native libraries, COM, ActiveX, etc.)Be prepared!
Unsafe Code in C#
12/7/2011 10:22:41 PM.
In this article you will see the use of the 'unsafe' keyword in C#.
.NET Interoperability at a Glance 1 – Introduction
12/27/2010 12:33:04 AM.
In this article and the few following it, we’ll try to take a tour in Interoperability in .NET Framework.
GDI+: The Next-Generation Graphics Interface
10/8/2009 2:48:23 AM.
In this article I will give you introduction about GDI+.
Export Managed Code as Unmanaged
2/2/2006 11:45:09 PM.
The following Article explains in detail how to use any .NET Assembly from BlitzPlus/Blitz3D.