Will Web 3.0 Replace Web 2.0?
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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)
R. Seenivasaragavan Ramadurai (1)
Mike Gold (1)
Ashish Singhal (1)
Related resources for Marshaling
No resource found
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.
Serialization vs. Marshaling
5/7/2010 12:29: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 Marshaling, and how you can get the most out of each.
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.