Click here to Skip to main content
15,912,294 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: powershell HELP! will pay with paypal if code works Pin
Dave Kreskowiak20-Aug-10 1:45
mveDave Kreskowiak20-Aug-10 1:45 
Questionget API for facebook, twitter and myspace--urgent Pin
trilokharry19-Aug-10 3:22
trilokharry19-Aug-10 3:22 
AnswerRe: get API for facebook, twitter and myspace--urgent PinPopular
Dave Kreskowiak19-Aug-10 3:48
mveDave Kreskowiak19-Aug-10 3:48 
GeneralRe: get API for facebook, twitter and myspace--urgent Pin
JHizzle19-Aug-10 5:12
JHizzle19-Aug-10 5:12 
AnswerRe: get API for facebook, twitter and myspace--urgent Pin
Abhinav S20-Aug-10 23:48
Abhinav S20-Aug-10 23:48 
AnswerRe: get API for facebook, twitter and myspace--urgent Pin
souidi abderrahman1-Sep-10 3:36
souidi abderrahman1-Sep-10 3:36 
Questionabout serialization and transferring objects Pin
NetQuestions18-Aug-10 23:33
NetQuestions18-Aug-10 23:33 
AnswerRe: about serialization and transferring objects Pin
SeMartens22-Aug-10 23:08
SeMartens22-Aug-10 23:08 
Hi,

to transfer an object you need to serialize (marshal, deflate) it. AFAIK there is no other way of transferring objects.

The transfer itself is done via a channel (cable or air). This channel is like a queue, you have to put bit after bit into the channel to receive them at the other end. So to transfer an object through this channel you have to serialize it.

All technologies I know (RMI, RPC, CORBA ...) work like this.

Have a look at the wikipedia-article for further details about serialization:

http://en.wikipedia.org/wiki/Serialization[^]

Hope this helps you.

Regards
Sebastian
It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

Questionsend notification based on date time Pin
kyi kyi18-Aug-10 20:57
kyi kyi18-Aug-10 20:57 
AnswerRe: send notification based on date time Pin
dan!sh 18-Aug-10 21:22
professional dan!sh 18-Aug-10 21:22 
GeneralRe: send notification based on date time Pin
kyi kyi19-Aug-10 16:17
kyi kyi19-Aug-10 16:17 
AnswerRe: send notification based on date time Pin
Rajendra Prasad Panchati18-Aug-10 22:46
Rajendra Prasad Panchati18-Aug-10 22:46 
GeneralRe: send notification based on date time Pin
kyi kyi19-Aug-10 16:17
kyi kyi19-Aug-10 16:17 
QuestionIs there some .net libraries that can make easy analyzing image process ? Pin
Yanshof18-Aug-10 8:49
Yanshof18-Aug-10 8:49 
AnswerRe: Is there some .net libraries that can make easy analyzing image process ? Pin
Nuri Ismail18-Aug-10 21:35
Nuri Ismail18-Aug-10 21:35 
QuestionI created org chart dynamically in C#.net but image is not displaying Pin
sr15917-Aug-10 19:35
sr15917-Aug-10 19:35 
Questioni want to use 'messagebox' in ASP.NET(C#) Pin
buffering8316-Aug-10 15:03
buffering8316-Aug-10 15:03 
AnswerRe: i want to use 'messagebox' in ASP.NET(C#) Pin
Abhinav S16-Aug-10 18:38
Abhinav S16-Aug-10 18:38 
GeneralReally Thank you! Pin
buffering8316-Aug-10 19:33
buffering8316-Aug-10 19:33 
GeneralRe: Really Thank you! Pin
Abhinav S19-Aug-10 1:31
Abhinav S19-Aug-10 1:31 
QuestionDataGridViewComboBoxColumn - Multiple columns as .DisplayMember? Pin
webbooker15-Aug-10 18:20
webbooker15-Aug-10 18:20 
AnswerRe: DataGridViewComboBoxColumn - Multiple columns as .DisplayMember? Pin
Eddy Vluggen15-Aug-10 20:44
professionalEddy Vluggen15-Aug-10 20:44 
AnswerRe: DataGridViewComboBoxColumn - Multiple columns as .DisplayMember? Pin
Scubapro17-Aug-10 0:06
Scubapro17-Aug-10 0:06 
QuestionNeed a quick answer on Wcf Configuration Editor.... Pin
Michael Eber14-Aug-10 6:50
Michael Eber14-Aug-10 6:50 
Question.net (Pass data from web application to static IP) Pin
ShafiqA13-Aug-10 0:37
ShafiqA13-Aug-10 0:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.