Click here to Skip to main content
16,004,991 members
Home / Discussions / C#
   

C#

 
QuestionCheck XML Document for Well Formness Pin
Ronakkumar Patel8-Jun-07 6:02
Ronakkumar Patel8-Jun-07 6:02 
QuestionWebClient with Credentials.. Pin
Ronakkumar Patel8-Jun-07 6:00
Ronakkumar Patel8-Jun-07 6:00 
QuestionHow to block cookies during HTTP Get or Post operation Pin
Ronakkumar Patel8-Jun-07 5:59
Ronakkumar Patel8-Jun-07 5:59 
QuestionGet list of exported functions from Unmanaged DLL Pin
Ronakkumar Patel8-Jun-07 5:57
Ronakkumar Patel8-Jun-07 5:57 
QuestionAlternative to Socket? Pin
Hamed Musavi8-Jun-07 5:50
Hamed Musavi8-Jun-07 5:50 
AnswerRe: Alternative to Socket? Pin
Not Active8-Jun-07 5:55
mentorNot Active8-Jun-07 5:55 
GeneralRe: Alternative to Socket? Pin
Hamed Musavi8-Jun-07 6:19
Hamed Musavi8-Jun-07 6:19 
AnswerRe: Alternative to Socket? Pin
Judah Gabriel Himango8-Jun-07 6:00
sponsorJudah Gabriel Himango8-Jun-07 6:00 
System.Net.Sockets namespace is what you want if you still want to use sockets.

.NET has a nice abstraction over sockets called Remoting. With remoting, instead of sending bytes over the pipe, you connect to a .NET object on the other end and call functions on it like a regular object. If you're interesting in .NET remoting, check out the System.Runtime.Remoting namespace, as well as the System.Runtime.Remoting.dll in the .NET framework.

Finally, the new "cool" way of cross-process communication is WCF (Windows Communication Foundation). It's new in .NET 3 and provides a messaging-based, loosely-coupled, service architecture. There are articles here at CP as well as articles around the net on how to use WCF.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Triumph over evil: 40th Anniversary of the 6 Day War (audio)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: Alternative to Socket? Pin
Hamed Musavi8-Jun-07 6:16
Hamed Musavi8-Jun-07 6:16 
QuestionIs WebProxy class only support HTTP proxy type? Pin
Ronakkumar Patel8-Jun-07 5:50
Ronakkumar Patel8-Jun-07 5:50 
QuestionImage's path Pin
Nine_8-Jun-07 4:34
Nine_8-Jun-07 4:34 
AnswerRe: Image's path Pin
Not Active8-Jun-07 4:53
mentorNot Active8-Jun-07 4:53 
GeneralRe: Image's path Pin
Nine_8-Jun-07 15:56
Nine_8-Jun-07 15:56 
GeneralRe: Image's path Pin
Not Active9-Jun-07 2:23
mentorNot Active9-Jun-07 2:23 
QuestionPrompt user to close outlook during install/uninstall Pin
Aerukull8-Jun-07 4:33
Aerukull8-Jun-07 4:33 
AnswerRe: Prompt user to close outlook during install/uninstall Pin
AikinX9-Jun-07 0:30
AikinX9-Jun-07 0:30 
QuestionIList and BindingSource Problem [modified] Pin
Wjousts8-Jun-07 3:42
Wjousts8-Jun-07 3:42 
AnswerRe: IList and BindingSource Problem Pin
Wjousts8-Jun-07 15:25
Wjousts8-Jun-07 15:25 
QuestionForm Application with Plugins via assembly loading Pin
ATCsharp8-Jun-07 2:47
ATCsharp8-Jun-07 2:47 
AnswerRe: Form Application with Plugins via assembly loading Pin
ATCsharp8-Jun-07 3:01
ATCsharp8-Jun-07 3:01 
GeneralRe: Form Application with Plugins via assembly loading Pin
Not Active8-Jun-07 3:12
mentorNot Active8-Jun-07 3:12 
GeneralRe: Form Application with Plugins via assembly loading Pin
ATCsharp8-Jun-07 3:23
ATCsharp8-Jun-07 3:23 
GeneralRe: Form Application with Plugins via assembly loading Pin
Not Active8-Jun-07 3:28
mentorNot Active8-Jun-07 3:28 
QuestionPlay MKV files in embedded media player Pin
sypack8-Jun-07 2:16
sypack8-Jun-07 2:16 
AnswerRe: Play MKV files in embedded media player Pin
Bekjong8-Jun-07 2:32
Bekjong8-Jun-07 2:32 

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.