Click here to Skip to main content
15,890,670 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: swimming out past the markers Pin
honey the codewitch17-Jul-19 22:59
mvahoney the codewitch17-Jul-19 22:59 
GeneralRe: swimming out past the markers Pin
BillWoodruff17-Jul-19 23:23
professionalBillWoodruff17-Jul-19 23:23 
GeneralRe: swimming out past the markers Pin
honey the codewitch17-Jul-19 23:25
mvahoney the codewitch17-Jul-19 23:25 
General.Net Remoting, is it still relevant? Pin
GKP199216-Jul-19 5:14
professionalGKP199216-Jul-19 5:14 
GeneralRe: .Net Remoting, is it still relevant? Pin
F-ES Sitecore16-Jul-19 5:22
professionalF-ES Sitecore16-Jul-19 5:22 
GeneralRe: .Net Remoting, is it still relevant? Pin
CodeWraith16-Jul-19 5:30
CodeWraith16-Jul-19 5:30 
GeneralRe: .Net Remoting, is it still relevant? Pin
CodeWraith16-Jul-19 5:28
CodeWraith16-Jul-19 5:28 
GeneralRe: .Net Remoting, is it still relevant? Pin
raddevus16-Jul-19 5:31
mvaraddevus16-Jul-19 5:31 
Probably not so much.
Basically it was a way to implement Remote Procedure Calls (RPC) - expose functionality to other apps.
Now there are other (better and simpler) ways to implement that functionality.
WCF (though it was complicated at one point in history) is far more prevalent now (maybe the default for C#?)
Now you can quite easily create a self-hosted app and expose functionality.
(of course, security is always a challenge and a necessity).

Check this out and you can get an overview of how much simpler it can be than the old days of .NET Remoting.
How to: Host a WCF Service in a Managed Application | Microsoft Docs[^]

Update
Here are a couple of SO entries that were basically asking same question that I just found.
Custom RPC vs WCF vs .NET Remoting - Stack Overflow[^]
c# - Does WCF really replace .NET Remoting? - Stack Overflow[^]

That last one was posted 9 years ago and even then the reply was, "remoting is old". Smile | :)
GeneralRe: .Net Remoting, is it still relevant? Pin
GKP199216-Jul-19 6:15
professionalGKP199216-Jul-19 6:15 
GeneralRe: .Net Remoting, is it still relevant? Pin
#realJSOP16-Jul-19 8:23
mve#realJSOP16-Jul-19 8:23 
GeneralRe: .Net Remoting, is it still relevant? Pin
Thornik17-Jul-19 5:33
Thornik17-Jul-19 5:33 
GeneralRe: .Net Remoting, is it still relevant? Pin
PIEBALDconsult16-Jul-19 5:55
mvePIEBALDconsult16-Jul-19 5:55 
GeneralRe: .Net Remoting, is it still relevant? Pin
OriginalGriff16-Jul-19 6:24
mveOriginalGriff16-Jul-19 6:24 
JokeRe: .Net Remoting, is it still relevant? Pin
abmv16-Jul-19 8:32
professionalabmv16-Jul-19 8:32 
GeneralRe: .Net Remoting, is it still relevant? Pin
Mycroft Holmes16-Jul-19 12:05
professionalMycroft Holmes16-Jul-19 12:05 
GeneralRe: .Net Remoting, is it still relevant? Pin
Nand3217-Jul-19 0:55
Nand3217-Jul-19 0:55 
GeneralRe: .Net Remoting, is it still relevant? Pin
Matt McGuire17-Jul-19 4:42
professionalMatt McGuire17-Jul-19 4:42 
GeneralRe: .Net Remoting, is it still relevant? Pin
Nand3222-Jul-19 2:46
Nand3222-Jul-19 2:46 
GeneralRe: .Net Remoting, is it still relevant? Pin
Matt McGuire17-Jul-19 4:37
professionalMatt McGuire17-Jul-19 4:37 
GeneralRe: .Net Remoting, is it still relevant? Pin
raddevus17-Jul-19 7:44
mvaraddevus17-Jul-19 7:44 
GeneralRe: .Net Remoting, is it still relevant? Pin
nightsoul9417-Jul-19 5:15
nightsoul9417-Jul-19 5:15 
GeneralRe: .Net Remoting, is it still relevant? Pin
Thornik17-Jul-19 5:31
Thornik17-Jul-19 5:31 
GeneralRe: .Net Remoting, is it still relevant? Pin
Peter Adam17-Jul-19 7:39
professionalPeter Adam17-Jul-19 7:39 
Generaltrue-false or false-true Pin
Marc Clifton16-Jul-19 5:12
mvaMarc Clifton16-Jul-19 5:12 
GeneralRe: true-false or false-true Pin
GKP199216-Jul-19 5:16
professionalGKP199216-Jul-19 5:16 

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.