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 Marshaling
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 (5)
Ajay Yadav (1)
R. Seenivasaragavan Ramadurai (1)
Mike Gold (1)
Ashish Singhal (1)
Related resources for Marshaling
No resource found
COM in .NET
5/1/2024 11:39:57 AM.
COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM componen
Serialization vs. Marshaling
9/19/2023 5:47:58 AM.
Are you somewhat confused between Serialization and Marshaling? This writing would break this confusion up, it would give you a basic understanding of the process of Serialization and the process of M
XML Web Services Type Marshaling
10/13/2012 5:24:08 AM.
This article illustrates that various data types can be passed to and returned from Web Service methods.
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.
Marshaling with C# - Chapter 3: Marshaling Compound Types
3/23/2010 10:32:14 AM.
This detailed chapter teaches you how to marshal compound types such as structures and unions in C# and .NET.
Marshaling with C# - Chapter 2: Marshaling Simple Types
3/11/2010 8:06:49 AM.
This chapter discusses the nitty-gritty part of marshaling process. It is the base for the rest of discussion about marshaling. It is about marshaling simple data types.
Marshaling with C# - Chapter 1: Introducing Marshaling
3/11/2010 8:04:16 AM.
Marshaling is the process of creating a bridge between managed code and unmanaged code;
Marshaling Unions
2/21/2010 11:10:09 PM.
In this article you will learn how to marshal C/C++ Unions in C#.
Important Aspects about Components
1/16/2006 11:00:09 PM.
In this article, I wil discuss some properties and key definitions about component programming.