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 Marshal
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 (2)
ksasikumar (1)
Nilesh Jadav (1)
Mayur Gujrathi (1)
Srinivas Sampath (1)
R. Seenivasaragavan Ramadurai (1)
Mike Gold (1)
Dinesh Ahuja (1)
Shripad Kulkarni (1)
manish Mehta (1)
Sushmita Kumari (1)
theLizard (1)
Krishnan LN (1)
Ashish Singhal (1)
Related resources for Marshal
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
.NET Remoting
5/1/2024 10:59:12 AM.
.NET Remoting facilitates communication between .NET objects in different application domains or processes across a network. It provides a versatile mechanism for remote procedure calls, supporting va
Remoting Technology: Distributed Computing
4/18/2024 1:27:32 PM.
Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
Getting Started With Remote Procedure Call
4/4/2024 9:33:47 AM.
Getting Started With Remote Procedure Call. In Remote Procedure Call(RPC), the caller and sender process are executed on different machines, they can communicate with the help of the transport and net
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
Prerequirement of REMOTING
4/13/2016 3:09:49 AM.
It is Microsoft technology for developing distributed applications, replacing traditional DCOM. All distributed technology needs consuming libraries present on remote machines.
Web Service using SOAP Toolkit in VB.NET
11/9/2012 7:53:02 AM.
The world of web services has taken applications by storm. From an era where applications were tightly bound to one another, we have reached a time wherein applications are delivered as a "service".
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.
Platform Invocation Services in .NET Framework
9/30/2012 5:19:39 AM.
This article will cover the details of Platform Invocation Services provided in .Net Framework. Platform Invoke Services acts as a bridge between the managed and unmanaged code. This service enables managed code to call unmanaged functions which are being exposed by any dynamic link libraries (DLL’s) such as Win32 API’s or any custom DLLs.
.NET Remoting: The Simple Approach
9/30/2012 2:35:09 AM.
.NET Remoting provides a powerful and high performance way of working with remote objects. Architecturally, .NET Remote objects are a perfect fit for accessing resources across the network without the overhead posed by SOAP based Web services.
Introduction to SOAP
5/20/2012 7:52:12 AM.
Since the release I have been fascinated with this thing called SOAP, This bubbly new protocol backed by the power of XML is certainly going to make waves in the world of distributed computing. The first thing which comes into our mind is “Why the heck we didn’t think of this before?
How to get Security UserId after windows Starts a Session
5/19/2012 4:17:09 AM.
This article explains how to get the security userid after a succesful login when windows starts the session for authenticated user.
Marshal Operations Between Child Forms in an MDI Application
5/15/2012 3:07:04 PM.
This article is designed to give you a simple understanding of how to marshal operations between child forms in an MDI application.
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#.
Writing Dataset to Excel in ASP.NET
2/28/2006 11:32:54 PM.
This article is helpful for those who would like to write dataset contents to a excel file and try to display it in the browser.
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.