Buy Questpond's video subscriptions on
huge discount
.
Online: 1237
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
>
Forums
>
Others
>
Loading ...
.Net Remoting,Serialization and Deserialization,Marshaling and unmarshaling.
Posted by
Panks
under
Others
on 12/8/2010 |
Points: 10
| Views : 7643 | Status :
[Member]
| Replies : 1
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
I know about .Net Remoting,Serialization and Deserialization,Marshaling and unmarshaling.
But I cant understand is these 3 concepts are enter-related with each other or entirely different.
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
SheoNarayan
on: 12/8/2010
[Administrator]
HonoraryPlatinum
|
Points: 25
0
Hello Panks,
Thanks for asking this question.
.Net Remoting, Marshaling and Unmarshaling is related. As when you use .NET Remoting, your object needs to be Marshaled (read about .NET Remoting at
http://www.dotnetfunda.com/articles/article1.aspx
), its a kind of serialiation, however Marshalling term is used when you work with .NET Remoting. Read more about Marshalling at
http://en.wikipedia.org/wiki/Marshalling_(computer_science)
Serialization and Deserialization is different than Marshalling and Unmarshalling. Serialization is the mechanism of converting object to stream of bytes and deserialzation is the mechanism to convert stream of bytes into Object. Read more about Serialization and Deserialization at
http://www.dotnetfunda.com/articles/article98.aspx
. This is typically used in terms of Web Services or transferring object/data from one location to another location.
Above explanations was in terms of .NET Remoting, if you want to read the difference in terms of definition, read this thread
http://stackoverflow.com/questions/770474/what-is-the-difference-between-serialization-and-marshalling
Hope this will help.
Thanks
Regards,
Sheo Narayan
http://www.dotnetfunda.com
Panks
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
Iterating over columns of dataframe and print as rows in Python Django
(0)
Where can I found sample MVC projects to learn and improve skills
(1)
Extract a value from HTML string
(0)
Get only year part from date string in SQL server
(0)
Get only year part from date string in SQL server
(0)
Get only year part from date string in SQL server
(0)
Get only year part from date string in SQL server
(0)
django.template.exceptions.TemplateDoesNotExist: AlgoDash/index.html
(0)
More ...