Basics of .NET remoting
This article will explores about .NET remoting. .NET remoting is a technology that allows you to invoke or accessing objects on remote server. For those who are familiar with Java technology, it is called RMI (Remote Method Invocation) in java world. .NET remoting supports accessing your objects by using HTTP,TCP and IPC channels. Similar with Web Services, .NET remoting also support calling your objects via HTTP protocol. However Web Services provide platform independence and you also get loose coupling between your client server objects which means that easier to deal with versioning issues. Unlike Web Services, .NET remoting requires both of your client and server objects running on the same .NET Framework version. and it has a tight coupling between client and server because the same object types are shared.
Amazon Clone Script - Buy2AmazonSponsored
Coupon & Affiliate Theme (New 2022) - Download Now!Sponsored
Car Dealer & Autos Theme (New 2022) - Download Now!Sponsored
Creating and configuring Private network in AWS and connecting it through VPN
Design and configure a private AWS network and connect it securely with VPN.
Help/Fix on AWS VPC General/Advanced Services (1 Hour)
One hour of help or fixes for AWS VPC networking issues or advanced configurations.
Help/Fix on AWS Kubernetes Service(EKS) (1 Hour)
One hour of help or fixes for Kubernetes clusters running on AWS EKS.
Automating AWS Server Backups and configuring AWS Backup Cycles and AWS Backup rules
Set up automated backups for AWS servers using AWS Backup and clear backup cycles.

